Previous sample of GridView checkbox column shows how to generate a checkbox column in GridView control that makes the appearance of GridView control similar to CheckboxList control. You use the C# FindControl method to get the reference of checkbox control placed inside the ItemTemplate of Template field of GridView control by passing the ID as string value to the FindControl method.
C# Method Used
1. FindControl method