DataGridItem.DataSetIndex Property
.NET Framework 3.0
Gets the index of the DataGridItem object from the bound data source.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The following code example demonstrates how to use the DataSetIndex property to display the index of the DataGridItem object from the bound data source.
Note: |
|---|
| The following code example uses the single-file code model and might not work correctly if copied directly into a code-behind file. This code example must be copied into an empty text file that has an .aspx extension. |
Community Additions
ADD
Show:
Note: