TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
JQuery validation in MVC 3
Abhishek Jaiswal
May 29, 2014
4.1
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
In this blog you will learn about JQuery validation in MVC 3.
MVC 2 moved to JQuery, but that was not fully functionality oriented or we can say that, it was not totally independent functional unit.
For JQuery validation there were no proper features to support it, it always require Microsoft AJAX support by converting the validation support to run on the popular JQuery validation plugin.
The combination of these
JQuery Validation
UNOBTRUSIVE JavaScript support
(For more information about, please go through this blog)
Unobtrusive JavaScript in MVC 3
Provides several functionalities to MVC, some of these functionalities are as follows
Extremely flexibility
Support from JQuery community
Proper Validation handling
Thus from the above description we come to an useful conclusion that JQuery validation was one of the most useful feature of MVC 3 along with unobtrusive javascript and other.
JQuery validation in MVC 3
Next Recommended Reading
CRUD Operation Using 3-Tier Architecture In ASP.NET With jQuery Validation