explain properly what do you actually want to do......
when i click on a button(i need to write client side script for th click event of button) then it should load one text box control dynamically on the page ...
when i click on a button(i need to write client side script for th click event of button) then it should load one text box control dynamically on the page
There are two ways: either hide a text box and display when the button is clicked, or dynamically create each time. Which one do you want? Also post what code you have so far.
Comment