If client side validation is enabled in your Web page, does that mean server side code is not run

Q

If client side validation is enabled in your Web page, does that mean server side code is not run?

✍: Guest

A

When client side validation is enabled server emit’s JavaScript code for the custom validators. But 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.

2007-10-24, 7174👍, 0💬