Hi,
I'm using the DNN modal popup window:
http://www.dnnsoftware.com/Resources/Blogs/EntryId/3427/Using-dnnModal-show-in-your-modules-and-content.aspx
It seems that by default the modal popup closes when Response.Redirect(GetRedirectUrl(), true); is called from Save button.
Instead of this behaviour I'd like to allow the user to choose ""Save and Continue Editing" so that the modal popup is not closed after clicking save, instead it should redirect to a new URL inside the current modal popup iframe.
thanks!