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

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

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

The canvas has been tainted by cross-origin data in chrome only -