IBindableControl.ExtractValues Method (IOrderedDictionary)

 

Retrieves a set of name/value pairs to implement two-way data-binding in field template controls.

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

void ExtractValues(
	IOrderedDictionary dictionary
)

Parameters

dictionary
Type: System.Collections.Specialized.IOrderedDictionary

The dictionary that contains the name/value pairs.

.NET Framework
Available since 2.0
Return to top
Show: