System.Web.UI.HtmlControls.HtmlTable.RenderChildren Method

Renders the System.Web.UI.HtmlControls.HtmlTable control's child controls to the specified System.Web.UI.HtmlTextWriter object.

Syntax

protected override void RenderChildren (System.Web.UI.HtmlTextWriter writer)

Parameters

writer
The System.Web.UI.HtmlTextWriter that receives the rendered content.

Remarks

The HtmlTable.RenderChildren(System.Web.UI.HtmlTextWriter) method provides additional formatting before and after calling the base class's System.Web.UI.Control.RenderChildren(System.Web.UI.HtmlTextWriter) method. The additional formatting makes the rendered HTML of the System.Web.UI.HtmlControls.HtmlTable control easier to read by inserting a line return and indenting before rendering the System.Web.UI.HtmlControls.HtmlTable control's child controls.

The HtmlTable.RenderChildren(System.Web.UI.HtmlTextWriter) method is used primarily by control developers extending the functionality of the System.Web.UI.HtmlControls.HtmlTable control.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0