Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PopUP - Client Side Scripting Envoke in Server Side Cont
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01131870
Message ID:
01132302
Views:
16
Glad to help Simplicio.
I don't have yet used AJAX, stored your info on RegisterStartupScript for future use, thanks.

>Hi franco, you code really works . thank you for that. I would like to share some of other option when using AJAX since responce.write() cannot be use.
>
>
>        string script = "<script language=\"Javascript\">\n";
>        script += "window.open('download.aspx')\n";
>        script += "</script>";
>
>        this.ClientScript.RegisterStartupScript(this.GetType(), "onload", script);
>
>
Previous
Reply
Map
View

Click here to load this message in the networking platform