This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
ClientScriptManager..::.RegisterStartupScript Method
Registers the startup script with the Page object.

Overload List
|
| Name | Description |
|---|
.gif) | RegisterStartupScript(Type, String, String) | Registers the startup script with the Page object using a type, a key, and a script literal. |
.gif) | RegisterStartupScript(Type, String, String, Boolean) | Registers the startup script with the Page object using a type, a key, a script literal, and a Boolean value indicating whether to add script tags. |
Top

See Also