I have textbox \"tb1\" on my page and I want users to be able to add another if they need to input more data. I have the following code:
VB:
You can't do that easily using server-side code. You have to use jQuery/JavaScript for this purpose. Please read the asp.net Page and control life cycle from the MSDN.