This documentation is archived and is not being maintained.
ScriptManager::RegisterClientScriptBlock Method
Visual Studio 2010
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.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
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. |
|
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. |
Show: