Unbind the controls back into their binding source. Returns true on success false on failure. On failure the BindingErrors collection will be set

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

Parameters

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

Return Value

True if there are no errors. False if unbinding failed. Check the BindingErrors for errors.

See Also