Ok, let’s say your view has four partials (each with seperate viewmodels) that are all tied to the main viewmodel. You hit submit and all your data posts up. You run some server side validation and you notice that validation errors occured in fields in 3 of the 4 partials. So, I want to post back the validation errors but above the partial where they belong.
What are your implementation thoughts?
Different question, same solution:
Separating two forms in the same view in ASP.Net MVC