asp.net mvc - Client-Side Validation with MVC -


i need create multi-step wizard using asp.net mvc.

after thinking while, feel efficient solution put content wizard steps in single view, , step through them hiding , showing elements using jquery.

but 1 area i'm not totally @ ease mvc validation. how validate each step way? seems won't know sure if data valid until final step completed , entire page posted server.

any suggestions?

you can validate individual controls using validator.element(element) - see documentation here. example of approach think taking in this answer


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -