If you are using javascritpt to perform valiation at browser side, then you perform the validation at server side and disable the error message to the client side. So the server side messages does not clash with the client side messages. But remember to
perform server valiation anyway, otherwise malicious data can bypass the client side validation and go to your server side.
BU XI - MSFT
All-Star
22367 Points
2704 Posts
Microsoft
Re: jQuery mask goes blank on MVC Validation
Jun 04, 2012 07:54 AM|LINK
Hello
If you are using javascritpt to perform valiation at browser side, then you perform the validation at server side and disable the error message to the client side. So the server side messages does not clash with the client side messages. But remember to perform server valiation anyway, otherwise malicious data can bypass the client side validation and go to your server side.
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework