BaseDataList.DataKeysArray Property
.NET Framework 3.0
Gets an ArrayList object that contains the key values of each record in a data listing control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The DataKeysArray property is used by a derived class to store the key values of each record in a data listing control. This property is generally used to generate the DataKeyCollection object contained in the DataKeys property.
Community Additions
ADD
Show: