Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I am having a label ,text box , add button, delete button.
On add button click event i want to add a new row containg a label and textbox control.
On delete button click event i want to delete the current row .
How can i do this in javascript.

Thanks in Advance.
Posted
Updated 8-Jun-11 23:42pm
v2
Comments
R. Giskard Reventlov 9-Jun-11 5:49am    
What have you already tried?

For doing this using JavaScript. You will be adding HTML controls like span instead of Label, Input Box and Client side button. And their functionality need to be handled at JavaScript.

The controls that you asked are ASP.NET controls and can be added at server side only.
 
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