I am doing a customer registration form which allows new customers to fill in. I've put requirefieldvalidator every field and comparevalidator for comparingt the password and confirmpassword. I have submit button and back button. The problem i encountered is no matter what button i clicked, submit button or back button, if i don't fill in any of the requirement i will not proceed. This is fine to the submit button as it needs to check whether every detail is filled in, but for back button, i want to allow customers to go back to previous page by clicking this button which validators are not needed.
Is there any way to control the validators?