If you want to add the controls on the grid, you can use item template.Example:<asp:TemplateField><ItemTemplate><asp:CheckBox ID="Chk" runat="server" /></ItemTemplate></asp:TemplateField>