I have a web form with several fields on it, a button, two image buttons and couple of requiredfield validators.
When the user clicks on the button the form is submitted, and when user clicks on the one of imagebuttons, javascript opens a separate window. CausesValidation is set to false for both imagebuttons.
Everything worked great untill I added the RequiredFieldValidator. Now when I click on imagebuttons, nothing happens.
Does anyone know what's wrong?
Start Free Trial