I have a CheckBoxList that displays around 20 options. I would like to iterate through and take the selected items from the list and insert them into 5 different columns in a database.
I disable the checkboxlist after 5 items are selected so I am good there. I just need to know how to iterate through and insert the selected items.
How would I get this accomplished? Thanks in advance!