Page::Visible Property
.NET Framework (current version)
Gets or sets a value indicating whether the Page object is rendered.
Assembly: System.Web (in System.Web.dll)
The following example sets the Visible property to false to hide the rendered content of a page. When this page is first requested, a data source is populated and displayed in the page. When a user clicks the button, the HideButton_Click event handler hides the entire rendered content of the page.
.NET Framework
Available since 1.1
Available since 1.1
Show: