|
Post by Admin on Mar 16, 2014 17:49:11 GMT
If client side validation is enabled in your Web page, does that mean server side code is not run. When client side validation is enabled server emit’s JavaScript code for the custom validators. However, note that does not mean that server side checks on custom validators do not execute. It does this redundant check two times, as some of the validators do not support client side scripting.
|
|