System.Web.UI.WebControls.CompositeControl.Render Method

Writes the System.Web.UI.WebControls.CompositeControl content to the specified System.Web.UI.HtmlTextWriter object, for display on the client.

Syntax

protected override void Render (System.Web.UI.HtmlTextWriter w)

Parameters

w
Documentation for this section has not yet been entered.

Remarks

The CompositeControl.Render(System.Web.UI.HtmlTextWriter) method writes the rendered content of the control and its child controls to the client using the specified System.Web.UI.HtmlTextWriter. This method overrides the base implementation to ensure that all child controls in the CompositeControl.Controls collection are created and then renders the control and its child controls using the base System.Web.UI.Control.Render(System.Web.UI.HtmlTextWriter) and System.Web.UI.Control.RenderChildren(System.Web.UI.HtmlTextWriter) methods.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0