DataBindingCollection::Add Method (DataBinding^)

 

Adds the specified DataBinding object to the DataBindingCollection collection.

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

public:
void Add(
	DataBinding^ binding
)

Parameters

binding
Type: System.Web.UI::DataBinding^

The data-binding object to add to the collection.

.NET Framework
Available since 1.1
Return to top
Show: