Here Mudassar Ahmed Khan has explained with an example, how to enable Client Side validation in ASP.Net MVC projects.
The default validation performed is server side when one uses Data Annotations along with Model class for validation purpose.
The very first step is to configure bundles so that Client Side scripts used for Validations can be minified.
↧