System.Web.UI.WebControls.GridViewDeleteEventArgs.Values Property

Gets a dictionary of the non-key field name/value pairs for the row to delete.

Syntax

public System.Collections.Specialized.IOrderedDictionary Values { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The GridViewDeleteEventArgs.Values property is automatically populated with the name/value pairs of the non-key fields for the row. To determine the field name of an entry, use the DictionaryEntry.Key property of a DictionaryEntry object in the GridViewDeleteEventArgs.Values dictionary. To determine the value of an entry, use the DictionaryEntry.Value property.

Note:

The primary key field or fields are not included in this dictionary. To access the values of the primary key field or fields, use the GridViewDeleteEventArgs.Keys property.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0