ClientScriptManager.RegisterStartupScript Method
.NET Framework (current version)
Registers the startup script with the Page object.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | RegisterStartupScript(Type, String, String) | Registers the startup script with the Page object using a type, a key, and a script literal. |
![]() | 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. |
Show:
