CheckBox in a DatGrid

ronitdeep

New Member
Is there a way for me to have a bound column in a datagrid that is a checkbox. I want the user to be able to check certian rows and click submit, and apply database changes to only the rows that are checked. If there is a better way of doing this that would be helpful also.I found it.<BR><BR><asp:TemplateColumn HeaderText="Remove"><BR><ItemTemplate><BR><asp:CheckBox runat="server" ID="Checkbox2"NAME="Checkbox1" /><BR></ItemTemplate><BR></asp:TemplateColumn>
 
Back
Top