System.Web.UI.Adapters.ControlAdapter.RenderChildren Method

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

Syntax

protected virtual void RenderChildren (System.Web.UI.HtmlTextWriter w)

Parameters

w
Documentation for this section has not yet been entered.

Remarks

Override the ControlAdapter.RenderChildren(System.Web.UI.HtmlTextWriter) method when it is necessary to generate target-specific markup for the child control set of a composite control, in addition to the markup for the individual child controls.

Requirements

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