The members of System.Web.UI.Control are listed below.
See Also: Inherited members from System.Object
Control() |
Initializes a new instance of the System.Web.UI.Control class. |
AppRelativeTemplateSourceDirectory | string.
Gets or sets the application-relative virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl object that contains this control. | |
[read-only] | BindingContainer | Control.
Gets the control that contains this control's data binding. |
[read-only] | ClientID | string.
Gets the control ID for HTML markup that is generated by ASP.NET. |
[read-only] | Controls | ControlCollection.
Gets a System.Web.UI.ControlCollection object that represents the child controls for a specified server control in the UI hierarchy. |
EnableTheming | bool.
Gets or sets a value indicating whether themes apply to this control. | |
EnableViewState | bool.
Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. | |
ID | string.
Gets or sets the programmatic identifier assigned to the server control. | |
[read-only] | NamingContainer | Control.
Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same Control.ID property value. |
Page | Page.
Gets a reference to the System.Web.UI.Page instance that contains the server control. | |
[read-only] | Parent | Control.
Gets a reference to the server control's parent control in the page control hierarchy. |
Site | System.ComponentModel.ISite.
Gets information about the container that hosts the current control when rendered on a design surface. | |
SkinID | string.
Gets or sets the skin to apply to the control. | |
TemplateControl | TemplateControl.
Gets or sets a reference to the template that contains this control. | |
[read-only] | TemplateSourceDirectory | string.
Gets the virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl that contains the current server control. |
[read-only] | UniqueID | string.
Gets the unique, hierarchically qualified identifier for the server control. |
Visible | bool.
Gets or sets a value that indicates whether a server control is rendered as UI on the page. |
[read-only] | Adapter | System.Web.UI.Adapters.ControlAdapter.
Gets the browser-specific adapter for the control. |
ChildControlsCreated | bool.
Gets a value that indicates whether the server control's child controls have been created. | |
[read-only] | ClientIDSeparator | char.
Gets a character value representing the separator character used in the Control.ClientID property. |
[read-only] | Context | System.Web.HttpContext.
Gets the System.Web.HttpContext object associated with the server control for the current Web request. |
[read-only] | DesignMode | bool.
Gets a value indicating whether a control is being used on a design surface. |
[read-only] | Events | System.ComponentModel.EventHandlerList.
Gets a list of event handler delegates for the control. This property is read-only. |
[read-only] | HasChildViewState | bool.
Gets a value indicating whether the current server control's child controls have any saved view-state settings. |
[read-only] | IdSeparator | char.
Gets the character used to separate control identifiers. |
[read-only] | IsChildControlStateCleared | bool.
Gets a value indicating whether controls contained within this control have control state. |
[read-only] | IsTrackingViewState | bool.
Gets a value that indicates whether the server control is saving changes to its view state. |
[read-only] | IsViewStateEnabled | bool.
Gets a value indicating whether view state is enabled for this control. |
[read-only] | LoadViewStateByID | bool.
Gets a value indicating whether the control participates in loading its view state by Control.ID instead of index. |
[read-only] | ViewState | StateBag.
Gets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page. |
[read-only] | ViewStateIgnoresCase | bool.
Gets a value that indicates whether the System.Web.UI.StateBag object is case-insensitive. |
ApplyStyleSheetSkin(Page)
| ||
DataBind()
| ||
Dispose()
| ||
FindControl(string)
| ||
Focus()
| ||
HasControls()
| ||
RenderControl(HtmlTextWriter)
| ||
ResolveClientUrl(string)
| ||
ResolveUrl(string)
| ||
SetRenderMethodDelegate(RenderMethod)
|
AddedControl(Control, int)
| ||
AddParsedSubObject(object)
| ||
BuildProfileTree(string, bool)
| ||
ClearChildControlState()
| ||
ClearChildState()
| ||
ClearChildViewState()
| ||
CreateChildControls()
| ||
CreateControlCollection()
| ||
DataBind(bool)
| ||
DataBindChildren()
| ||
EnsureChildControls()
| ||
EnsureID()
| ||
FindControl(string, int)
| ||
GetDesignModeState()
| ||
HasEvents()
| ||
IsLiteralContent()
| ||
LoadControlState(object)
| ||
LoadViewState(object)
| ||
MapPathSecure(string)
| ||
OnBubbleEvent(object, EventArgs)
| ||
OnDataBinding(EventArgs)
| ||
OnInit(EventArgs)
| ||
OnLoad(EventArgs)
| ||
OnPreRender(EventArgs)
| ||
OnUnload(EventArgs)
| ||
OpenFile(string)
| ||
RaiseBubbleEvent(object, EventArgs)
| ||
RemovedControl(Control)
| ||
Render(HtmlTextWriter)
| ||
RenderChildren(HtmlTextWriter)
| ||
RenderControl(HtmlTextWriter, System.Web.UI.Adapters.ControlAdapter)
| ||
ResolveAdapter()
| ||
SaveControlState()
| ||
SaveViewState()
| ||
SetDesignModeState(IDictionary)
| ||
TrackViewState()
|
DataBinding |
Occurs when the server control binds to a data source. | |
Disposed |
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. | |
Init |
Occurs when the server control is initialized, which is the first step in its lifecycle. | |
Load |
Occurs when the server control is loaded into the System.Web.UI.Page object. | |
PreRender |
Occurs after the System.Web.UI.Control object is loaded but prior to rendering. | |
Unload |
Occurs when the server control is unloaded from memory. |