In ASP.NET 1.0 the client side validation was not built-in. This means if you require client side validation then you must reach out to third party libraries like jQuery, xVal etc. In the ASP.NET MVC 2.0 framework, client side validation is built-in. This article demonstrates how to create custom client side validation using the ASP.NET MVC 2.0 framework. ...
Go to the complete details ...