System.Web.UI.WebControls.DataListItem.RenderItem Method

Displays the System.Web.UI.WebControls.DataListItem object on the client.

Syntax

public virtual void RenderItem (System.Web.UI.HtmlTextWriter writer, bool extractRows, bool tableLayout)

Parameters

writer
A System.Web.UI.HtmlTextWriter object that contains the output stream for rendering on the client.
extractRows
true to extract rows; otherwise false.
tableLayout
true to display as a table; otherwise false.

Remarks

Requirements

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