How to Delete a row from a table when select the checkbox
Hi all,
This is Krishna,
In my aspx page I have set of checkboxes in one column of the table and other columns having data like firstname, lastname etc..with in the table i have 'Add Row', 'Delete Row' buttons. when i check the specific checkbox and click on 'Delete Row' button, the entire row will be deleted. My approach to this task is I will created a table with checkboxes and buttons, and also created javascript functions for onClick of the buttons but I am not able to delete the particular row.How can I come out of this, please help me.
thanks in advance...