Let\'s say the page TestPage.aspx has two controls. The first control is an address control that has a validation group called \"AddressGroup\". This group contains severa
Are you talking client side or server side validation? Jamie's answer is spot on for server side, but for client side validation you will probably need to write your own JS function that will trigger validation on all three groups in concert.