GridViewUpdateEventArgs::NewValues Property
Gets a dictionary containing the revised values of the non-key field name/value pairs in the row to update.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Collections.Specialized::IOrderedDictionaryAn System.Collections.Specialized::IOrderedDictionary object containing the revised values of the non-key field name/value pairs in the row to update.
Use the NewValues property (dictionary) to access the values of the revised non-key fields in the row to update.
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 Keys property. To access the original values of the non-key fields in the row, use the OldValues property. |
The NewValues property is automatically populated with the name/value pairs of the revised non-key fields in the row. A separate entry is added to the NewValues property for each non-key field in the row.
To determine the field name of an entry, use the DictionaryEntry::Key property of a System.Collections::DictionaryEntry object contained in the NewValues dictionary. To determine the value of an entry, use the DictionaryEntry::Value property.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: