Registers a client script block with the ScriptManager control, and then adds the script block to the page.
Members
| Icon | Member | Description |
|---|
  | RegisterClientScriptBlock(Control, Type, String, String, Boolean) | Registers a client script block for a control inside an UpdatePanel control with the ScriptManager control, and then adds the script block to the page. (Inherited from ScriptManager.) |
  | RegisterClientScriptBlock(Page, Type, String, String, Boolean) | Registers a client script block with the ScriptManager control each time an asynchronous postback occurs, and then adds the script block to the page. (Inherited from ScriptManager.) |
Assembly: System.Web.Extensions (Module: System.Web.Extensions)