asp.net mvc client side validation using jQuery -


does asp.net mvc client side validation using jquery work views

which use html helpers generate html controls? work standard html controls?

it possible use validation without turning htmlhelpers. see article details how mvc works in background unobtrusive validation.

http://www.blinkingcaret.com/2016/03/23/manually-use-mvc-client-side-validation/

though think unless have specific requirement, rather stick helpers, make life easier.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -