IDataItemContainer.DataItemIndex Property
.NET Framework 2.0
When implemented, gets the index of the data item bound to a control.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
In implementing classes such as FormView, GridViewRow, and DetailsView, the DataItemIndex property is used to determine the index of the data item bound to the control from the data source. The DataItemIndex property does not refer to the index of the data item as displayed by the data control.
The following code example demonstrates an implementation of the DataItemIndex property. It is part of a larger example in the IDataItemContainer class overview topic.
Community Additions
ADD
Show: