AdRotator.PerformSelect Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.