L
ltom
@ltom
Posts
-
How to prevent Session Time Out in Asp.net 2.0 -
Dynamic loading of Webusercontrol.....Hi zari, the textbox (and all other input controls) must be embedded into a form. Only a form can post the user input to the server. You need something like that.I think, that you already have this form-Tag in your page. Just change the line "Controls.Add(c);" to "Form.Controls.Add(c);". Tom