Repeater::CreateItem Method (Int32, ListItemType)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates a RepeaterItem object with the specified item type and location within the Repeater control.
Assembly: System.Web (in System.Web.dll)
Parameters
- itemIndex
-
Type:
System::Int32
The specified location within the Repeater control to place the created item.
- itemType
-
Type:
System.Web.UI.WebControls::ListItemType
A ListItemType that represents the specified type of the Repeater item to create.
The following code example demonstrates how to override the CreateItem method in a custom server control so that it always returns a new RepeaterItem and corresponding index and type in a custom Repeater server control.
.NET Framework
Available since 1.1
Available since 1.1
Show: