Click here to Skip to main content
15,896,153 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using grid view that shows all the tasks for log in user. User can check/unchecked tasks and based on check box status, record is updated on grid view.
My grid view has template field which has header template and item template. Header template contains check boxes and asp:button and item template contains check boxes. On check/unchecked of header template check boxes, all check boxes in item template are checked/unchecked. The purpose of asp:button is to update records on database based on check/unchecked status of rows.

What i wanted is on click of asp:button on header template, all records of grid view are to be fetched including check boxes checked status so that the check status can be updated on database.

I had used row command event of grid view. It fired on handler on click of button. However, I am not able to get records.
Which event is used to accomplish this? How can i do this.
Posted
Updated 4-Mar-15 17:59pm
v3

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900