I have a GridView with a column of checkboxes (the rest of the GridView is being populated from a database). I\'m using AJAX to perform different functions, and I\'m wonderi
Try turning AutoPostBack on for the checkbox control.
This maybe the reason your method isn't being called.