Monday, August 29, 2011

Close child window and refresh parent window

Put this in your event...

Page.ClientScript.RegisterStartUpScript(this.GetType(),"close","<script language=javascript>window.opener.location.reload(true);self.close();</script>");

No comments:

Post a Comment