BindableTemplateBuilder.ExtractValues Method (Control)

 

Retrieves a set of name/value pairs for values that are bound using two-way ASP.NET data-binding syntax within the templated content at design-time and in no-compile pages.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

abstract ExtractValues : 
        container:Control -> IOrderedDictionary
override ExtractValues : 
        container:Control -> IOrderedDictionary

Parameters

container
Type: System.Web.UI.Control

The 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.

Return Value

Type: System.Collections.Specialized.IOrderedDictionary

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

The ExtractValues method is the BindableTemplateBuilder class implementation of the IBindableTemplate.ExtractValues method.

.NET Framework
Available since 2.0
Return to top
Show: