DataKey.Item Property (Int32)
.NET Framework 3.0
Gets the value of the key field at the specified index from a DataKey object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the Item(Int32) property to retrieve the value of the key field at the specified index in the DataKey object.
Note: |
|---|
| As an alternative, you can also use the Item(String) property to retrieve a key field value by field name. |
Community Additions
ADD
Show:
Note: