System.Web.UI.Adapters.ControlAdapter: Method Members

The methods of System.Web.UI.Adapters.ControlAdapter are listed below. For a list of all members, see the ControlAdapter Members list.

See Also: Inherited members from System.Object

Protected Methods

BeginRender(System.Web.UI.HtmlTextWriter)

Called prior to the rendering of a control. In a derived adapter class, generates opening tags that are required by a specific target but not needed by HTML browsers.

CreateChildControls()

Creates the target-specific child controls for a composite control.

EndRender(System.Web.UI.HtmlTextWriter)

Called after the rendering of a control. In a derived adapter class, generates closing tags that are required by a specific target but not needed by HTML browsers.

LoadAdapterControlState(object)

Loads adapter control state information that was saved by ControlAdapter.SaveAdapterControlState during a previous request to the page where the control associated with this control adapter resides.

LoadAdapterViewState(object)

Loads adapter view state information that was saved by ControlAdapter.SaveAdapterViewState during a previous request to the page where the control associated with this control adapter resides.

OnInit(EventArgs)

Overrides the System.Web.UI.Control.OnInit(EventArgs) method for the associated control.

OnLoad(EventArgs)

Overrides the System.Web.UI.Control.OnLoad(EventArgs) method for the associated control.

OnPreRender(EventArgs)

Overrides the System.Web.UI.Control.OnPreRender(EventArgs) method for the associated control.

OnUnload(EventArgs)

Overrides the System.Web.UI.Control.OnUnload(EventArgs) method for the associated control.

Render(System.Web.UI.HtmlTextWriter)

Generates the target-specific markup for the control to which the control adapter is attached.

RenderChildren(System.Web.UI.HtmlTextWriter)

Generates the target-specific markup for the child controls in a composite control to which the control adapter is attached.

SaveAdapterControlState() : object

Saves control state information for the control adapter.

SaveAdapterViewState() : object

Saves view state information for the control adapter.