Hi all,
I have a link on an asp.net mvc view which opens a modal popup in which a second MVC view is rendered.
The view in the Modal popup exposes several features which trigger a postback. The postbacks fire the correct controller methods but when i return the updated view the View itself is render as opposed to being rendered in the modal popup.
That is the popup is closed , i am no longer on the 1st "parent page" instead the standalone url to the view in the modal popup is loaded.
What i would like to achieve is that a postback in the view in the modal popup loads the updated view back into the modal window?
Can anyone help?
I've seen references to partial views and ajax calls but not sure how they best fit in?
Thanks, Griff