FormView::ExtractRowValues Method
Retrieves the values of each field declared within the data row and stores them in the specified IOrderedDictionary object.
Assembly: System.Web (in System.Web.dll)
protected: virtual void ExtractRowValues( IOrderedDictionary^ fieldValues, bool includeKeys )
Parameters
- fieldValues
- Type: System.Collections.Specialized::IOrderedDictionary
An IOrderedDictionary used to store the field values of the current data item.
- includeKeys
- Type: System::Boolean
true to include key fields; otherwise, false.
The ExtractRowValues method is a helper method called by the FormView control to retrieve the values of each field declared within the data row. Because the data row displays a different template based on the current mode, this method retrieves only the field values declared in the template that corresponds to the current mode. The following table shows the available modes and the corresponding templates.
Mode | Template |
|---|---|
Insert | |
Edit | |
Read-only |
You can specify whether the extracted values include the key field or fields by using the includeKeys parameter.
Notes to Inheritors:When extending the FormView class, you can override this method to create your own routine to retrieve the field values.
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.