AdRotator.PerformDataBinding Method
.NET Framework 3.0
Binds the specified data source to the AdRotator control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void PerformDataBinding ( IEnumerable data )
protected internal override function PerformDataBinding ( data : IEnumerable )
Not applicable.
Parameters
- data
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.
Community Additions
ADD
Show: