
Manuel Lemos - 2011-03-17 20:22:53 -
In reply to message 1 from Frank Cauley
The class validates both on the server using the Validate() function and also generates JavaScript code to validate on the browser.
If your users do not have JavaScript enabled in their browsers, it will not affect server side validation.
You may even disable JavaScript generation if you are required but if you are not required you can leave it generating validation JavaScript and it will work better for the majority of users that have JavaScript enabled.