.NET Framework Class Library
ClientScriptManager..::.RegisterClientScriptBlock Method
Registers the client script with the Page object.
|
| Name | Description |
|---|
.gif) | RegisterClientScriptBlock(Type, String, String) | Registers the client script with the Page object using a type, key, and script literal. |
.gif) | 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. |
Top
Reference