Hey,
I have 7 check boxes inside a group panel. I need to make sure at least one of them is checked. How can I do this I can't wrap my mind around something like this.
Here is some code that loop through all the checkboxes in the panel but for the life of me i can't figure out how to make sure at least one is checked.
Thank you mastersCode:for each cb as checkbox in gpOutput.Controls 'some code to test to make sure at least one of the 7 check boxes is checked netxt![]()




Reply With Quote