FormViewRow.ItemIndex Property

 

Gets the index of the data item displayed from the data source.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

abstract ItemIndex : int with get
override ItemIndex : int with get

Property Value

Type: System.Int32

The index of the data item displayed from the data source.

Use the ItemIndex property to determine the index of the data item.

.NET Framework
Available since 2.0
Return to top
Show: