Hi,
I want to edit the html table elements at runtime by using edit button.
I have the form designed by html table and asp controls(textbox) with Edit & submit button.
When user fills the form and submit it will display in browser.Now my requirement is when i click edit button the form should be editable and can be saved.
Is there any ways to do it in c# coding or html attributes?
Thanks & Regards,
Poovi