System.Web.UI.CompiledBindableTemplateBuilder.ExtractValues Method

Retrieves a set of name/value pairs for values bound using two-way ASP.NET data-binding syntax within the templated content.

Syntax

public System.Collections.Specialized.IOrderedDictionary ExtractValues (Control container)

Parameters

container
The System.Web.UI.Control from which to extract name/value pairs, which are passed by the data-bound control to an associated data source control in two-way data-binding scenarios.

Returns

An System.Collections.Specialized.IOrderedDictionary of name/value pairs. The name represents the name of the data item field specified as the first parameter to bind within templated content. The value is the current value of a property value bound using two-way ASP.NET data-binding syntax.

Remarks

Requirements

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