Renders the System.Web.UI.HtmlControls.HtmlTable control's child controls to the specified System.Web.UI.HtmlTextWriter object.
- writer
The System.Web.UI.HtmlTextWriter that receives the rendered content.
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.