DataKey::Item Property (Int32)
.NET Framework (current version)
Gets the value of the key field at the specified index from a DataKey object.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index at which to retrieve the key field value.
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. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
