Author: stuzzo | Posted on: 10/28/2009 9:43:17 AM | Views : 887

Hi to all,
here's my problem....I'm working on a page that allows users to register on my application, i've created the form with validators (RequiredFieldValidator, RegularExpressionValidator, etc....) and i assigned to all controls ValidationGroup="AllValidators", while on the top there's a menu that has also validators and controls but with ValidationGroup="MenuValidators".
Why when I click the imagebutton(with ValidationGroup="MenuValidator") that is on the top, it fires up the form's validators(ValidationGroup="AllValidators")......why????
In the page there are some update panels that triggers postback and asyncpostback, you think this is the problem?
Thanks to all!



...

Go to the complete details ...