Does anyone know how to dynamically add and remove rows in a table triggered by a button click from the backend (in c#) using asp.net?
Here's how it might be done in javascript, is there any way to do this in the asp.net framework?
http://viralpatel.net/blogs/2009/03/dynamically-add-remove-rows-in-html-table-using-javascript.html