I have multiple partial views in one page, when there is a submit on one partial view, and there is a model level validation on it, I need to stay in the same Page.
Using the below code
return PartialView(<modelname>)
Redirects to a new page and not to the same parent page where the request came from.
Please let me know how to resolve this