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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -