DataListItem.RenderItem Method
.NET Framework 3.0
Displays the DataListItem object on the client.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual void RenderItem ( HtmlTextWriter^ writer, bool extractRows, bool tableLayout )
public void RenderItem ( HtmlTextWriter writer, boolean extractRows, boolean tableLayout )
public function RenderItem ( writer : HtmlTextWriter, extractRows : boolean, tableLayout : boolean )
Not applicable.
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.
Community Additions
ADD
Show: