DataBindingCollection::Remove Method (String^)

 

Removes the DataBinding object associated with the specified property name from the DataBindingCollection collection and adds it to the RemovedBindings collection.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
void Remove(
	String^ propertyName
)

Parameters

propertyName
Type: System::String^

The property name associated with the DataBinding to be removed.

.NET Framework
Available since 1.1
Return to top
Show: