Unbind the controls back into their underlying binding sources. 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()
Visual Basic (Declaration)
Public Function Unbind As Boolean

Return Value

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

See Also