G
Guest
Hi all...
I have an ASPX page that is part of a frameset whose Page_Load method
contains this simple code:
RegisterStartupScript("test", "<script>alert('hola');</script>")
When I debug, I can realize that script is registered (by using
IsStartupScriptRegistered method) but it isn't sent to the browser.
What may be happening?
Any help will be greatly appreciated.
Thanks
I have ASP.NET 2.0.
Jaime
I have an ASPX page that is part of a frameset whose Page_Load method
contains this simple code:
RegisterStartupScript("test", "<script>alert('hola');</script>")
When I debug, I can realize that script is registered (by using
IsStartupScriptRegistered method) but it isn't sent to the browser.
What may be happening?
Any help will be greatly appreciated.
Thanks
I have ASP.NET 2.0.
Jaime