Code to delete records using Selectall checkbox in C#

Oct 18 2006 3:49 AM

I have created a template column for Select All  in datagrid to delete records for a particular page  when Select All checkbox is checked.

But the entire records of the table are deleted when the Select All checkbox is checked and Delete button is clicked.

What could be the solution... I require code to delete  the records on button click.

Answers (2)