How to prevent the automatic client side validations execution in a ModalPopupExtender?

Posted by cruster on Stack Overflow See other posts from Stack Overflow or by cruster
Published on 2009-02-03T14:28:58Z Indexed on 2010/03/29 11:03 UTC
Read the original article Hit count: 327

I'm using a ModalPopupExtender to show a modal popup window with a bunch of input controls and a couple of validators with EnableClientScript set to true.
The issue I'm facing is, that the client-side validations get executed right after the modal popup is shown (via client-side code, not from server).
Is there a way to prevent this?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-ajax