System.Web.UI.DataBindingCollection.Remove Method

Removes the System.Web.UI.DataBinding object, associated with the specified property name, from the System.Web.UI.DataBindingCollection collection and controls whether to add the binding to the DataBindingCollection.RemovedBindings list.

Syntax

public void Remove (string propertyName, bool addToRemovedList)

Parameters

propertyName
The property associated with the System.Web.UI.DataBinding to be removed.
addToRemovedList
A Boolean value that indicates whether to add the property name to the DataBindingCollection.RemovedBindings list. true indicates that the propertyName parameter will be added to the DataBindingCollection.RemovedBindings property, and false indicates that propertyName will not be added to the DataBindingCollection.RemovedBindings property.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0