If client side validation is enabled in your Web page, does that mean server side code is not run
Whenever the client side validation is enabled server emit's JavaScript code for the custom validators. Note that it does not mean that the server side checks on custom validators do not execute. It does this redundant check 2 times as some of the validators do not support client side scripting.