wrote:
> Here's more info. Setting it to not postback to the server doesn't
> help - also the error message displayed is only exists in the cleint
> side code, so I know it is hitting the client side validation. I put a
> break point in the clientside validation method and it got hit as well.
> The stack is:
> __doPostBack
> common_newPostback
> Page_ClientValidate
> ValidatorValidate
> CustomValidatorEvaluateIsValid
> OnPasswordValidate
>
> How do I stop the client validation from happening here?
>
You can set the CausesValidation property for the button to false.