Please, somebody can tell me how can I add a TextBox WebControl at runtime with ASP.Net (using c#) ?<BR><BR>I'd like to build, may be, 10 textBox WebControl using c# code on load of my page...<BR><BR>Sorry for my terrible english.Here is is in VB. Just build it in a loop and come up with some code to make the ID's different for each textbox.<BR><BR>dim oText as new textbox()<BR>oText.ID = something<BR>frmName.controls.add(oText)