Redirecting to parentpage using an Iframe with a form
Posted
by Masna
on Stack Overflow
See other posts from Stack Overflow
or by Masna
Published on 2010-06-07T09:48:41Z
Indexed on
2010/06/07
9:52 UTC
Read the original article
Hit count: 244
asp.net-mvc
|iframe
Working in ASP.NET MVC 2.
I have a page that opens a Iframe. On that IFrame I have a form. When I click submit I redirect to a controller.
How can I show the result of that controller on the parent page and not in the IFrame?
© Stack Overflow or respective owner