IRepeatInfoUser.RenderItem Method
.NET Framework 3.0
Renders an item in the list with the specified information.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
void RenderItem ( ListItemType itemType, int repeatIndex, RepeatInfo^ repeatInfo, HtmlTextWriter^ writer )
void RenderItem ( ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, HtmlTextWriter writer )
function RenderItem ( itemType : ListItemType, repeatIndex : int, repeatInfo : RepeatInfo, writer : HtmlTextWriter )
Not applicable.
Parameters
- itemType
One of the ListItemType enumeration values.
- repeatIndex
An ordinal index that specifies the location of the item in the list control.
- repeatInfo
A RepeatInfo that represents the information used to render the item in the list.
- writer
A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.
A list control that inherits from the IRepeatInfoUser interface must implement the RenderItem method to render an item in the list with the specified information.
Community Additions
ADD
Show: