ScriptManager.GetRegisteredOnSubmitStatements Method ()
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Retrieves a read-only collection of onsubmit statements that were previously registered with the Page object.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<RegisteredScript>A generic collection that contains onsubmit statements.
An onsubmit statement is ECMAScript (JavaScript) that is executed when the form is submitted.
.NET Framework
Available since 3.5
Available since 3.5
Show: