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
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.

Overload List
|
| 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

See Also