Unbinds the specified web page.

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 Unbind(
	Control WebPage
)
Visual Basic (Declaration)
Public Sub Unbind ( _
	WebPage As Control _
)

Parameters

WebPage
Type: System.Web.UI..::.Control
The web page.

See Also