sroberts82
Programmer
Hi
I have a checkbox on my form and everything works grand. Except I want it to appear checked when I load the page. I was doing this:
box.Checked = true;
and it came up as being checked alright, but when I tried to check it off and submit the form, it still returns true. Whats the rumpus here could anyone tell me? Thank you in advance
Stephen
I have a checkbox on my form and everything works grand. Except I want it to appear checked when I load the page. I was doing this:
box.Checked = true;
and it came up as being checked alright, but when I tried to check it off and submit the form, it still returns true. Whats the rumpus here could anyone tell me? Thank you in advance
Stephen