Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using asp.net. In my project i want a concept for creating textbox dynamically at run time. My need is that I have two textboxes and one button. When i click on the button another two textboxes should be add to the page dynamically.

Can anyone share code for this. I need it.
Posted
Comments
[no name] 18-Oct-12 9:52am    
And TextBox tb = new TextBox() does not work for you for some reason?

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900