Renders the System.Web.UI.HtmlControls.HtmlTableRow control's child controls to the specified System.Web.UI.HtmlTextWriter object.
- writer
The System.Web.UI.HtmlTextWriter object that receives the rendered content.
The HtmlTableRow.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 System.Web.UI.HtmlControls.HtmlTableRow control's rendered HTML easier to read by adding a line return and indenting before rendering the System.Web.UI.HtmlControls.HtmlTableRow control's child objects.
The HtmlTableRow.RenderChildren(System.Web.UI.HtmlTextWriter) method is used primarily by control developers extending the functionality of the System.Web.UI.HtmlControls.HtmlTableRow control.