This documentation is archived and is not being maintained.
ScriptManager::RegisterClientScriptInclude Method
Visual Studio 2010
Registers a client script file with the ScriptManager control for use with a control that is inside an UpdatePanel control, and then adds a script file reference 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 | |
|---|---|---|
|
RegisterClientScriptInclude(Control, Type, String, String) | Registers a client script file with the ScriptManager control for use with a control that is inside an UpdatePanel control, and then adds a script file reference to the page. |
|
RegisterClientScriptInclude(Page, Type, String, String) | Registers client script with the ScriptManager control every time that an asynchronous postback occurs, and then adds a script file reference to the page. |
Show: