ScriptManager::RegisterOnSubmitStatement Method
.NET Framework (current version)
Registers ECMAScript (JavaScript) code that is executed when the form is submitted.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| 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:

