A sounding board for my thoughts, my interests and my life. I like to think of it as therapy.
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