DataListItem::RenderItem Method (HtmlTextWriter^, Boolean, Boolean)
.NET Framework (current version)
Displays the DataListItem object on the client.
Assembly: System.Web (in System.Web.dll)
public: virtual void RenderItem( HtmlTextWriter^ writer, bool extractRows, bool tableLayout )
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
A System.Web.UI::HtmlTextWriter object that contains the output stream for rendering on the client.
- extractRows
-
Type:
System::Boolean
true to extract rows; otherwise false.
- tableLayout
-
Type:
System::Boolean
true to display as a table; otherwise false.
Use the RenderItem method to display the DataListItem object on the client.
.NET Framework
Available since 1.1
Available since 1.1
Show: