System.Web.UI.WebControls.FormView.ExtractRowValues Method

Retrieves the values of each field declared within the data row and stores them in the specified System.Collections.Specialized.IOrderedDictionary object.

Syntax

protected virtual void ExtractRowValues (System.Collections.Specialized.IOrderedDictionary fieldValues, bool includeKeys)

Parameters

fieldValues
An System.Collections.Specialized.IOrderedDictionary used to store the field values of the current data item.
includeKeys
true to include key fields; otherwise, false.

Remarks

The FormView.ExtractRowValues(System.Collections.Specialized.IOrderedDictionary, bool) method is a helper method called by the System.Web.UI.WebControls.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.

Insert

FormView.InsertItemTemplate

Edit

FormView.EditItemTemplate

Read-only

FormView.ItemTemplate

You can specify whether the extracted values include the key field or fields by using the includeKeys parameter.

Requirements

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