Run Javascript Code in Server Side ASP.NET
Using Page.RegisterClientScriptBlock to execute Client Side Javascipt within ASP.NET
Private Sub Save(o as object,e as eventargs)
—-
—–
Dim sScript as String sScript = “@Script>window.opener.location.href = window.opener.location.href;self.close();@/Script>”
Page.RegisterClientScriptBlock(“CloseWind”,sScript.Replace(“@”,”<”)
End Sub
Related Links
http://blogs.wwwcoder.com/mmondok/archive/2005/05/12/4197.aspx

Thanks for sharing this information. Really is pack with new knowledge. Keep them coming.
Great Home Improvement Info
August 17, 2007 at 7:57 am
Really nice and useful article, thanks for updates.
Agenext
March 26, 2009 at 6:37 am