Posted on: 3/25/2015 2:47:32 PM | Views : 595

Hi, I am working on a ASP.NET Web application. I have two web pages, Web Page 1 has iFrame in which Web Page 2 is loaded using jQuery dialog.
From web page 1 when clicked a hyper link, iframe will be loaded with second webpage, Some operations are perfromed on webpage 2 (submitting data to db), after submitting data hitting submit button, want to close the Iframe/Dialog so that user will be redirected to Web Page 1.
How can I close the IFrame/Dialog which is in Web Page 1 from Web Page 2 ??
It's asp.net webforms application

Go to the complete details ...