Delete button with Data grid
-
Hi, I've a datagrid contains a list of items (Check boxes, link buttons and normal text) and a delete button above the datagrid. After check the check boxes (one or more), i have to delete those rows from the datagrid by clicking the delete button which is placed above the datagrid.. How to achieve this .......... Pls help me out....... Regards, Ravi Vellanki
-
Hi, I've a datagrid contains a list of items (Check boxes, link buttons and normal text) and a delete button above the datagrid. After check the check boxes (one or more), i have to delete those rows from the datagrid by clicking the delete button which is placed above the datagrid.. How to achieve this .......... Pls help me out....... Regards, Ravi Vellanki
Use Foreach Loop And Make a string which have all id of that rows. after that send this string in a stored procedure which use delete DML with IN clause. i think your problem is solved...