Hi,
I am facing an issue in ClientScript.RegisterStartupScript() in an asp.net 2.0 application. I am not getting alert message when I used the above specified instead of Response.Write() .
Thanks Rupa
Hi,
I am facing an issue in ClientScript.RegisterStartupScript() in an asp.net 2.0 application. I am not getting alert message when I used the above specified instead of Response.Write() .
Thanks Rupa
The script block added by the RegisterStartupScript method executes when the page finishes loading but before the page's OnLoad event is raised
Reference URL:
http://msdn.microsoft.com/en-us/library/asz8zsxy.aspx