Add the following lines to your view.
HtmlHelper.ClientValidationEnabled = true;
HtmlHelper.UnobtrusiveJavaScriptEnabled = true;
Add the following script files reference to your web page
- jquery-1.4.4.js
- jquery.validate.js
- jquery.validate.unobtrusive.js
Thank's. It's working
ReplyDelete