Binds data of the specified controls into the specified BindingSource

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 bool DataBind(
	Control Container
)
Visual Basic (Declaration)
Public Function DataBind ( _
	Container As Control _
) As Boolean

Parameters

Container
Type: System.Web.UI..::.Control
The top level container that is bound

Return Value

True if the databinding operation succeeded otherwise false

See Also