Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi in my website i am using dynamic texbox.

but it generate all the text box at a time.

I want when i click on a button then 1 text box will show above the button.
button must show below.
for add another text box...
Posted
Updated 17-Mar-11 23:40pm
v2

1 solution

I want when i click on a button then 1 text box will show above the button.
Use Javascript/client side code to create textboxes and place them one by one when needed

OR

Use AJAX and re-render the area (update panel) after every addition and thus add one textbox on add click.
 
Share this answer
 
Comments
Albin Abel 18-Mar-11 6:04am    
Good suggestions with alternates. My 5

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