| Thread | Last Post | Replies |
|
| using javascript in User controls to access server controls of the user control | 04 Jan 2005 16:09 GMT | 1 |
I have an asp.net textbox (named txtHidden) and an HtmlButton(named btnAction). I wanted to write a javascript function which will get called when the btnAction is clicked. The function is as follows function HideText()
|
| New control from scratch.... | 04 Jan 2005 14:33 GMT | 3 |
I am curious...how do you go about building a new control from scratch? Just for example, suppose you want to rebuild an asp:textbox control just like the one provided in the framework, but are not allowed to use the textbox base class. Is this even possible? This would ...
|
| saving text values of dynamically created textboxes | 03 Jan 2005 15:06 GMT | 15 |
I have many textboxes that are created dynamically as child controls of my custom control. I know that I must recreate them after each postback and also know that I can use the ViewState property to save the state of my controls.
|
| dynamic controls in asp.net....Please Help... | 02 Jan 2005 23:22 GMT | 1 |
Hello People, I would appreciate your responses on this. I am writing an asp.net web-application involving C#. I am actually building a test hierarchy at the moment, which involves producing dynamic controls,
|
| dynamic userControl can't be accessed during page load | 02 Jan 2005 23:18 GMT | 3 |
I have a userControl that I create based on how many rows I retrieve in a dataset. I add the control to my page but can't access it during the page_load. I assume this is due to the control not being actually created yet, the code is as follows...
|