ScriptManager::GetCurrent Method (Page^)
.NET Framework (current version)
Gets the ScriptManager instance for a given Page object.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- page
-
Type:
System.Web.UI::Page^
The page instance to retrieve the ScriptManager from.
Return Value
Type: System.Web.UI::ScriptManager^The current ScriptManager instance for the selected Page object, or null if no instance is defined.
| Exception | Condition |
|---|---|
| ArgumentNullException | page is null. |
Use this static method to determine whether a ScriptManager control is on a page, or to access the properties and methods of a ScriptManager control when you do not know its ID.
.NET Framework
Available since 3.5
Available since 3.5
Show: