ListView.CreateDataItem Method (Int32, Int32)
.NET Framework (current version)
Creates a data item in the ListView control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- dataItemIndex
-
Type:
System.Int32
The index of the data item in the underlying data source object.
- displayIndex
-
Type:
System.Int32
The display index of the data item in the ListView control.
Return Value
Type: System.Web.UI.WebControls.ListViewDataItemA data item that is created by using the specified parameters.
.NET Framework
Available since 3.5
Available since 3.5
Show: