AdRotator.PerformSelect Method

Definition

Retrieves the advertisement data from the associated data source.

protected:
 override void PerformSelect();
protected override void PerformSelect ();
override this.PerformSelect : unit -> unit
Protected Overrides Sub PerformSelect ()

Remarks

This method is used primarily by control developers.

The PerformSelect method for an AdRotator object retrieves the advertisement data from the AdvertisementFile, and then calls the OnDataBinding and OnDataBound methods.

If the AdvertisementFile property is not set, then the method calls the PerformSelect method of the base DataBoundControl class.

Applies to