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
Call Page.Validate() on server side it will validate all the validators..
Page.Validate()