Hello...
I am pretty new to ASP so please bear with me. I have a form in which the user enters information using multiple checkboxes all of which have the same (and different values). These values are sent to a database where they are parsed and put into a table and assigned an ID (there are 9 checkboxes, so there can be up to 9 records per ID).
I am now trying to set up a new form that allows the user to modify their selections. I want to be able to display a form that shows which checkboxes have been selected and leave the others blank.
How do I write code that looks at the database and determines if the checkbox is selected or not.
Thanks, Jason
I am pretty new to ASP so please bear with me. I have a form in which the user enters information using multiple checkboxes all of which have the same (and different values). These values are sent to a database where they are parsed and put into a table and assigned an ID (there are 9 checkboxes, so there can be up to 9 records per ID).
I am now trying to set up a new form that allows the user to modify their selections. I want to be able to display a form that shows which checkboxes have been selected and leave the others blank.
How do I write code that looks at the database and determines if the checkbox is selected or not.
Thanks, Jason