I've got a contact form with 10 checkboxlist. If there is multiple checked boxes, how would I get all of the selections in an e-mail?
I've got a contact form with 10 checkboxlist. If there is multiple checked boxes, how would I get all of the selections in an e-mail?
Use a checkboxlist control, and in the codebehind, you can simply loop through the collection.