Board index » Web Programming » CompareValidator

CompareValidator

Web Programming190
Hello.



I'm using CompareValidator to compare passwords, but when I move to other

field it shows error message immediately. I need that error message should

be displayed, after I has clicked on 'Submit' button.



How can I do it?


-
 

Re:CompareValidator

Hi David,



Try setting EnableClientScript = false;.



Regards,

Jack Li

MVP (ASP.NET)



"David Dvali" <david_dvali@hotmail.com>wrote in message

Quote
Hello.



I'm using CompareValidator to compare passwords, but when I move to other

field it shows error message immediately. I need that error message should

be displayed, after I has clicked on 'Submit' button.



How can I do it?







-