Scenario
A page has multiple validation groups:
- vgPrimary
- vgMain
The submit button on the page is a member of vgMain, so automatically it will only run the validation on that group. A solution is needed that will run validation on multiple groups and block the postback if needed.