0
Answer

How to: Turn hundreds of checkboxes into SQL update statement

Kelly Gregg

Kelly Gregg

19y
1.7k
1
**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?