DataKey.Item Property (String)
.NET Framework 3.0
Gets the value of the key field with the specified field name 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(String) property to retrieve the value of the specified key field from the DataKey object.
Note: |
|---|
| As an alternative, you can also use the Item(Int32) property to retrieve a key field value by index. |
Community Additions
ADD
Show:
Note: