System.Web.UI.WebControls.Table.RenderContents Method

Renders the rows in the table control to the specified writer.

Syntax

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

Parameters

writer
An System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.

Remarks

This method is used primarily by control developers when deriving a custom class from a System.Web.UI.WebControls.Table control.

The System.Web.UI.WebControls.Table control implements the Table.RenderContents(System.Web.UI.HtmlTextWriter) to render the Table.Rows of the table.

Requirements

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