ScriptManager::OnInit Method (EventArgs^)
.NET Framework (current version)
Raises the Init event and makes sure that only one ScriptManager control exists on the page.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- e
-
Type:
System::EventArgs^
The event data.
| Exception | Condition |
|---|---|
| InvalidOperationException | More than one instance of ScriptManager exists on the page. |
Notes to Inheritors:
When overriding this method, call the base OnInit method so that script files are correctly handled for partial-page rendering.
.NET Framework
Available since 3.5
Available since 3.5
Show: