Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
Preventing a validator from validating when WebDialogWindow is hidden
posted

I have a WebDialogWindow which has a RequiredFieldValidator in it.  The issue I'm having is that when the WebDialogWindow is hidden (and the required field is empty), post backs to the server don't happen.

I know WHY this is happening,,, but not sure what a good or easy work around would be.  Is there an easy way to limit the validator, so it opnly validates if the WebDialogWindow is visable?