ScriptManager::RegisterClientScriptBlock Method
.NET Framework (current version)
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.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| 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:

