Looking through MicrosoftMvcValidation.js I see Sys.Mvc.FormContext function which populates fields. I'm trying to understand what it does, why it does it and how it is used?

link|improve this question

70% accept rate
Basically, it's crap that you shouldn't be wasting your time understanding. You should go directly for jquery and unobtrusive validation. All files that are names Microsoft*.js belong to the recycle bin. That's legacy shit coming from classic WebForms that even Microsoft realized how crappy it was and completely abandoned in favor of jquery which is the default client side library in ASP.NET MVC 3. – Darin Dimitrov Nov 3 '11 at 22:24
Hahaha. Is it really legacy? Is it not maintained? – dev.e.loper Nov 3 '11 at 23:27
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.