| Thread | Last Post | Replies |
|
| Limit Text in Textbox | 23 Aug 2005 12:58 GMT | 1 |
I was wondering if there was an easy way to limit how many characters appear in a text box even when i set the text from code, instead of typing it in? MaxLength only seems to control me actually typing into the field. is there a way around that, or do i just have to chop fdown
|
| RegisterClientScript from a User COntrol | 22 Aug 2005 11:26 GMT | 1 |
All We have an in-house web application that uses several User controls on a single web page! So each time the page loads the Page_load events of all the user cotrols
|
| Focus | 21 Aug 2005 23:16 GMT | 3 |
Is there was way to move focus to a text box when a button is clicked? Please excuse me if 'focus' is not the correct term, but perhaps this explains why I cannot find how to do it. PWS
|
| Colors | 20 Aug 2005 00:42 GMT | 2 |
I have a button on my web page the backcolor of which I want to change: btnsample.backcolor = ???????? I want the color to be Gainsboro However I enter Gainsboro or color.Gainsboro I have the blue wavy line
|
| ASP.NET textbox loses text value in composite control but Textbox subclass doesn't!? | 19 Aug 2005 14:50 GMT | 1 |
I ran into some strange behavior regarding the ASP.NET TextBox control when used in a custom composite control. I've created a simple custom control (see
|
| Disable all form controls | 18 Aug 2005 21:26 GMT | 3 |
I'm trying to disable all the WebControls in my form under condition (i.e. data is missing). So I'm trying the following lines: foreach (System.Web.UI.WebControls.WebControl c in EditingForm.Controls)
|
| how to conver to mixed case | 18 Aug 2005 18:27 GMT | 2 |
I have a string like "KRISHNA MURTHY" in the database when i retrieve from database it has to show "krishna Murthy" (the first letters must be capitals) in the field of datagrid of my asp.net application
|
| Render TreeViewControls in .net 2003 | 18 Aug 2005 14:49 GMT | 4 |
I want to create treeview control in .net 2003 in my webcontol library project. I can use System.Windows.Forms.TreeView , but i cannot able to add my treeview control in aspx page. Is there any other solution to create treeview control in asp.net 2003 and add in my aspx page.
|
| DetailsView Insert | 18 Aug 2005 01:53 GMT | 6 |
After a successful DetailsView SQL INSERT of a row with an autogenerated IDENTITY column key, I'd like to re-display the new database record back to the user but the key returned in the DetailsView ItemInserted Event args is NULL. How do I obtain the new key for the confirmation ...
|
| RadioButtonList layout problem | 17 Aug 2005 22:41 GMT | 1 |
I have a RadioButtonList with layout vertical. And having 2 columns. Let's say I have 6 items. It will create this look: o o
|
| Repeater control and checkboxes | 17 Aug 2005 22:31 GMT | 1 |
I've placed a checkbox server control inside the ItemTemplate of a Repeater control. I keep getting a parser error for the line of code below: <td><asp:checkbox autopostback="False" enableviewstate="False" runat="server" id="<%# DataBinder.Eval(Container.DataItem,
|
| client-side / server-side question | 17 Aug 2005 21:35 GMT | 1 |
To avoid a postback, we want to use a webservice and XMLHTTP to fetch the list of values for dropdowns whose contents are determined by an earlier user-choice on the page. E.g. if the user selects "FL" from the State dropdown, the Cities dropdown will be populated with cities in ...
|
| LOGIN Control instructions | 17 Aug 2005 19:18 GMT | 1 |
I am VERY new to Dot Net and C#. I am an old FoxPro procedural programmer. The move to C# and DOT NET is a GIANT move, but I do not think I can NOT put it off any longer. I am using the login control to make a normal login page for the entire site.
|
| Open new browser window | 17 Aug 2005 15:47 GMT | 3 |
VS .Net 2003 / Visual Basic I have this html frames page (2 frames: header and main). The header and main frames show aspx pages. In the header, if I have a button to get the user back to the Home Page (non frame page) , how do I close the current
|
| RSS WebPart .Net 2.0? | 16 Aug 2005 19:40 GMT | 3 |
Anybody know of an RSS web part for .Net 2.0? Robert.
|