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 - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -