System.Web.UI.WebControls.AdRotator.AdCreated Event

Occurs once per round trip to the server after the creation of the control, but before the page is rendered.

Syntax

public event AdCreatedEventHandler AdCreated

Remarks

This event is raised once per round trip to the server after the creation of the control, but before the page is rendered. When the AdRotator.AdvertisementFile property is set, this event occurs after the advertisement has been selected from the file.

You can control how the System.Web.UI.WebControls.AdRotator control is displayed by modifying the arguments passed to the event handler of the AdRotator.AdCreated event. If the AdRotator.AdvertisementFile property is not set, this allows you to specify the advertisement information directly, without using a separate advertisement file. If the AdRotator.AdvertisementFile property is set, this allows you to extend the behavior of the System.Web.UI.WebControls.AdRotator control, such as redirecting to another page.

Note:

When page caching is enabled, an System.Web.UI.WebControls.AdRotator control is not cached. A new advertisement is selected whenever the Web page refreshes. A new advertisement is not selected, however, if you provide an event handler for the AdRotator.AdCreated event.

For more information about handling events, see Handling and Raising Events.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0