.NET Framework Class Library
ScriptManager..::.RegisterClientScriptBlock Method
Registers a client script block with the ScriptManager control for use with a control that is inside an UpdatePanel control, and then adds the script block to the page.
|
| Name | Description |
|---|
.gif) .gif) | RegisterClientScriptBlock(Control, Type, String, String, Boolean) | Registers a client script block with the ScriptManager control for use with a control that is inside an UpdatePanel control, and then adds the script block to the page. |
.gif) .gif) | RegisterClientScriptBlock(Page, Type, String, String, Boolean) | Registers a client script block with the ScriptManager control for use with a control that is inside an UpdatePanel control, and then adds the script block to the page. |
Top
Reference