I am using asp.net MVC.
I am opening my login page as Modal page Like this -> Login demo
The problem is when user gives incorrect information then I lost parent page.
And this happens because the errors comes with another page and it removes parent page.
So how to update the modal page?
I know ajax update is possible so don't give me that solution.
My strict requirement is show another page In modal window.