I have a page with several CheckBoxList controls with 4 checkboxes in each of them and I’m trying to run an Insert statement for each of the checkboxes that are checked in the CheckBoxList controls after user hits on the Submit button. Any guide so as to how i can do this? Using OLEDB.
Share
You can loop through them like this: