I have a simple form on my page. When submitted, it checks if ModelState.IsValid and returns the View with the same model if it\'s not valid.
ModelState.IsValid
On the sam
Would RenderPartial be an option for you?
More discussion on this topic can be found here: RenderAction calls wrong action method