System.Web.UI Namespace Control Class
Returns the current control's parent control in the UI hierarchy.
This property can only be used programmatically; it cannot be set when declaring the control.
The current control's parent control.
Whenever a page is requested, a hierarchy of controls on that page is built up. This property allows you to determine the parent control of the current control in that hierarchy.
Control Members