How to: Turn hundreds of checkboxes into SQL update statement
**New to VB.net** I have created a form where the user will select numerous checkboxes based on their needs. I then need to take all the checked boxes (possibly 100+) and create an update statement in SQL when the user clicks the submit button. Could anyone suggest the best and quickest way to do this?