Documentation for this section has not yet been entered.
Use the DetailsViewInsertEventArgs.Values property to access the values of the fields for the record to insert. For example, you can HTML-encode the values of the record before inserting it in the data source.
The DetailsViewInsertEventArgs.Values property returns an object that implements the System.Collections.Specialized.IOrderedDictionary interface. The object contains DictionaryEntry objects that represent the fields of the record.
As a shortcut, you can also use the indexer of the System.Collections.Specialized.IOrderedDictionary object to access the field values directly.