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.