C
C
Hi,
I have an asp server side checkbox as below.
I have a page where users can edit their user record.
I set this checkbox to true based on a value in a
database.
<asp:checkbox id="chkTest" Runat="server"></asp:checkbox>
If the user unchecks the checkbox and submits the page I
update my database.
However, when I check if it is unchecked it still says
that it is checked.
Why is this?
Thanks,
C.
I have an asp server side checkbox as below.
I have a page where users can edit their user record.
I set this checkbox to true based on a value in a
database.
<asp:checkbox id="chkTest" Runat="server"></asp:checkbox>
If the user unchecks the checkbox and submits the page I
update my database.
However, when I check if it is unchecked it still says
that it is checked.
Why is this?
Thanks,
C.