Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Natty Gur #1
Re: Retrieving Values from dynamically created controls in a user control
Hi,
Dynamic control should be load every time page load, even on post back.
take out control creation from IsPostBack condition.
Natty Gur[MVP]
blog : [url]http://weblogs.asp.net/ngur[/url]
Mobile: +972-(0)58-888377
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest
-
Composite Web Control and Dynamically Created Children Controls.
Hi I am developing a web control which creates other web controls. During the OnInit of the my web control I read an Xml file which tells my web... -
Dynamically created user controls
In ASP.Net, I am working with some in-house software that dynamically creates a form based on rows in a database table. For example, most pages... -
retrieving values from dynamically created controls
Hi, Someone please clear this for me! I display a bunch of button controls on a page dynamically, adding them to a placeholder control in my... -
need help with dynamically created user control
i have a dynamically created user control which contains a non-dynamically created ASP.Net button. When the button is clicked, the event is not... -
returning values from dynamically created user control
Hi, I've got a fairly simple date control, that I'm creating dynamically in my page. The reason for creating it dynamically is that I want the...



Reply With Quote

