1 out of 1 rated this helpful - Rate this topic

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.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member 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.
Public method Static member 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
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.