I assume that you are talking about adding a checkbox to a datagrid in
ASP.NET. Let me make this simple...
In the Datagrid, add your checkbox to the TemplateColumn. A TemplateColumn
allows you to define the layout of controls using templates for custom HTML
elements and controls.
If this is not clear / u need some help in code check MSDN / follow the
folloing links...