Where and how ASP.NET MVC 5 implement jQuery/AJAX validation during registration and Login -


i using built-in mvc 5 template in visual studio 2013. far saw, mvc 5 framework seems it's implemented jquery/ajax validation during registration , login, because when tried input invalid data account and/or password fields, error messages appear without refreshing page.

so can please explain how mvc 5 framework achieve effect? guess using css classes?

as of mvc3, using jquery's unobtrusive validation, described in blog post brad wilson. post walks through how unobtrusive validation works, , how ms applies attributes fields.


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

javascript - Which segment of a polyline was clicked? -

c# - Avoiding duplicate methods for Task and Task<T> -