I've got a html form with 1 checkbox with the name "member" ('check if you are a member, otherwise leave unchecked') I saw on the MDSN developer site that if the HTML input tye=checkbox is left ...
Now, I need to post back to the database whether or not the checkbox is checked to update the record. This works as long as the checkbox is checked like so: A couple of ideas come to mind but neither ...