From http://www.w3schools.com (Copyright Refsnes Data)
Complete Web Control Reference
The following table describes the properties inherited from the Control class:
| Property | Description | .NET |
|---|---|---|
| AppRelativeTemplateSourceDirectory | Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control. | 1.0 |
| BindingContainer | The control that contains this control's data binding | 1.0 |
| ClientID | The server control id created by ASP.NET. | 1.0 |
| Controls | Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy. | 1.0 |
| EnableTheming | A value indicating whether or not themes apply to the control | 1.0 |
| EnableViewState | A value indicating whether or not the control persists its view state, and the view state of any child controls it contains, to the requesting client. | 1,0 |
| ID | The id assigned to the control | 2.0 |
| NamingContainer | A reference to the server control's naming container | 1.0 |
| Page | A reference to the page that contains the control | 1.0 |
| Parent | A reference to the control's parent | 2.0 |
| Site | Information about the container of the current control (Get value only) | 2.0 |
| TemplateControl | A reference to the template that contains the current control | 1.0 |
| TemplateSourceDirectory | The virtual directory of the page/control that contains the current control | 1.0 |
| UniqueID | The unique id for the server control (Get value only) | 1.0 |
| Visible | A value indicating whether a control is rendered as UI | 1.0 |
Complete Web Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)