Control::Page Property
.NET Framework (current version)
Gets a reference to the Page instance that contains the server control.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The control is a Substitution control. |
This property's value reflects the name of the .aspx file that contains the server control.
The following example overrides the Control::Render method. It uses the Page property to access the Page::IsPostBack property and determine whether the page that contains this control has just been loaded for the first time or is the result of a postback.
.NET Framework
Available since 1.1
Available since 1.1
Show: