Hello!
I have an ASPX page with two RequiredFieldValidator and a button to go to another page. This button must do a postback to know where to go. This button can be clicked it any time.
The problem is that the RequiredFieldValidators are not disabled and show their message asking for a value.
Is there any way to avoid validation when the user click this special button?
Thank you!