August 5, 2008...5:39 am

Automatically refresh a page after a popup window has been closed in ASP.NET

Jump to Comments

ఫొప్ అప్ బాక్స్ ముసివెసినా తర్వతా పరెంట్ పెజ్ రిఫ్రెష్ అవుతుంది

in popup.aspx write down the following line

Response.Write(“<script>window.opener.location=’sample.aspx’;window.close();</script>”)

this will close popup after clicking save button of popup and refresh the parent form.

భరత్ రాధే కృష్ణ

Leave a Reply