AdRotator.PerformDataBinding Method (IEnumerable)

 

Binds the specified data source to the AdRotator control.

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

protected internal override void PerformDataBinding(
	IEnumerable data
)

Parameters

data
Type: System.Collections.IEnumerable

An object that represents the data source; the object must implement the IEnumerable interface.

This method is used primarily by control developers.

The PerformDataBinding method is called by the base DataBoundControl class methods to bind the advertisement data from a data source to the control.

.NET Framework
Available since 2.0
Return to top
Show: