System.Web.UI.IBindableTemplate.ExtractValues Method

When implemented by a class, 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 control)

Parameters

control
Documentation for this section has not yet been entered.

Returns

An System.Collections.Specialized.IOrderedDictionary of name/value pairs. The name represents the name of a control within templated content, and the value is the current value of a property value bound using two-way ASP.NET data-binding syntax.

Remarks

Documentation for this section has not yet been entered.

Requirements

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