Displays the System.Web.UI.WebControls.DataListItem object on the client.
- 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.
Use the DataListItem.RenderItem(System.Web.UI.HtmlTextWriter, bool, bool) method to display the System.Web.UI.WebControls.DataListItem object on the client.