This question is locked. New answers and comments are not allowed.
Hi,
I'm using gridview to show the data. In that gridview im having one checkbox column. That is checkbox column is used for selecting the rows which we want to delete. That gridview also contains datapager and records per page is 5.
For example, I'm having 15 records from 3 pages. Using the checkbox Im selecting 6 records from that(per page 2 records). Outside the grid im having one button control. In the button click event i want to check which records are selected based on the selection of the checkbox.
Regards,
Sasi
I'm using gridview to show the data. In that gridview im having one checkbox column. That is checkbox column is used for selecting the rows which we want to delete. That gridview also contains datapager and records per page is 5.
For example, I'm having 15 records from 3 pages. Using the checkbox Im selecting 6 records from that(per page 2 records). Outside the grid im having one button control. In the button click event i want to check which records are selected based on the selection of the checkbox.
Regards,
Sasi