I am gathering data and everything works, the check box is checked if the bit in the database is 1 and unchecked if it is null or 0.
However the check box seems disabled, I need the user to be able to check the box, which will update the database as well.
Here is my check box:
<Columns>
<asp:CheckBoxField DataField="submitted" HeaderText="Submitted" ItemStyle-HorizontalAlign="Center" />
</Columns>
Am I missing something to make this check box clickable?