A
Angel
Can one add a serverside control to a webform
dynamically? I used in the Page_load event of the form
the following code:
Dim txt as new System.Web.UI.Webcontrols.Textbox()
Controls.add(txt)
The code fails. Does this mean you just cannot in
Webforms where you CAN in Windows Forms?
Thanks
dynamically? I used in the Page_load event of the form
the following code:
Dim txt as new System.Web.UI.Webcontrols.Textbox()
Controls.add(txt)
The code fails. Does this mean you just cannot in
Webforms where you CAN in Windows Forms?
Thanks