Asp.net-mvc – Asp.net MVC Partial View Form Submit Problem

asp.net-mvcpartial-views

How do i return a partial view inside a master page after submitting a form. Basically what i'm trying to do is display form validation errors, but the problem i can only manage to return a partial view not the master page or full view that its in. Any suggestions?

Best Answer

I'm using MS Mvc with spark + jquery so I'm not sure if it solves your problem but what I think you have to do is return a partial and say which part of page have to be updated (by id of DOM element).