I have a gridview that has a checkbox template column. When I check/uncheck any of those checkboxes the oncheckchanged event fires in my code behind. I need to run some stored procedures when these checkboxes are checked/unchecked. How do I get the data/datakeys in the GridView column based on what checkbox was clicked?
Start Free Trial