This documentation is archived and is not being maintained.
ScriptManager::RegisterOnSubmitStatement Method
Visual Studio 2008
Registers ECMAScript (JavaScript) code that is executed when the form is submitted.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
RegisterOnSubmitStatement(Control, Type, String, String) | Registers ECMAScript (JavaScript) code with the ScriptManager control for a control that is used with an UpdatePanel control that is executed when the form is submitted. |
|
RegisterOnSubmitStatement(Page, Type, String, String) | Registers ECMAScript (JavaScript) code with the ScriptManager control for a control that is used with an UpdatePanel control that is executed when the form is submitted. |
Show: