i have a form where the user can click a checkbox, and when the form is submitted, that value is passed into a session variable. the user can go back and edit the form and uncheck the checkbox.
the problem is, when the checkbox is unchecked, the session still holds the old value as if the box were submitted checked, and does not clear or overwrite that value. the other form fields (textbox and radio buttons) work fine.
is there a way to solve this?!
the problem is, when the checkbox is unchecked, the session still holds the old value as if the box were submitted checked, and does not clear or overwrite that value. the other form fields (textbox and radio buttons) work fine.
is there a way to solve this?!