ClientScriptManager.RegisterClientScriptBlock Method
.NET Framework (current version)
Registers the client script with the Page object.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | RegisterClientScriptBlock(Type, String, String) | Registers the client script with the Page object using a type, key, and script literal. |
![]() | RegisterClientScriptBlock(Type, String, String, Boolean) | Registers the client script with the Page object using a type, key, script literal, and Boolean value indicating whether to add script tags. |
Show:
