NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Repeater.CreateItem

[To be supplied.]

[Visual Basic]
Overridable Protected Function CreateItem( _
   ByVal itemIndex As Integer, _
   ByVal itemType As ListItemType, _
   ByVal dataItem As Object _
) As RepeaterItem
[C#]
protected virtual RepeaterItem CreateItem(
   int itemIndex,
   ListItemType itemType,
   object dataItem
);
[C++]
protected: virtual RepeaterItem* CreateItem(
   int itemIndex,
   ListItemType itemType,
   Object* dataItem
);
[JScript]
protected function CreateItem(
   itemIndex : int,
   itemType : ListItemType,
   dataItem : Object
) : RepeaterItem;

Parameters

itemIndex
[To be supplied.]
itemType
[To be supplied.]
dataItem
[To be supplied.]

See Also

Repeater Class | Repeater Members | System.Web.UI.WebControls Namespace