Picks up all controls on the form that implement the IWebDataBinder interface and adds them to the DataBindingItems Collection

Namespace:  Mindscape.LightSpeed.Web.WebForms
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public void LoadFromControls(
	Control Container
)
Visual Basic (Declaration)
Public Sub LoadFromControls ( _
	Container As Control _
)

Parameters

Container
Type: System.Web.UI..::.Control
The container which contains the controls which are to be inspected

See Also