System.Web.UI.WebControls.AdRotator Members

The members of System.Web.UI.WebControls.AdRotator are listed below.

See Also: Inherited members from System.Web.UI.WebControls.DataBoundControl

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.AdRotator class.

Public Properties

AdvertisementFilestring.

Gets or sets the path to an XML file that contains advertisement information.

AlternateTextFieldstring.

Gets or sets a custom data field to use in place of the AlternateText attribute for an advertisement.

[read-only]
override
FontFontInfo.

Gets the font properties associated with the advertisement banner control.

ImageUrlFieldstring.

Gets or sets a custom data field to use in place of the ImageUrl attribute for an advertisement.

KeywordFilterstring.

Gets or sets a category keyword to filter for specific types of advertisements in the XML advertisement file.

NavigateUrlFieldstring.

Gets or sets a custom data field to use in place of the NavigateUrl attribute for an advertisement.

Targetstring.

Gets or sets the name of the browser window or frame that displays the contents of the Web page linked to when the System.Web.UI.WebControls.AdRotator control is clicked.

[read-only]
override
UniqueIDstring.

Gets the unique, hierarchically qualified identifier for the System.Web.UI.WebControls.AdRotator control.

Protected Properties

[read-only]
override
TagKeySystem.Web.UI.HtmlTextWriterTag.

Gets the HTML tag for the System.Web.UI.WebControls.AdRotator control.

Protected Methods

OnAdCreated(AdCreatedEventArgs)

Raises the AdRotator.AdCreated event for the System.Web.UI.WebControls.AdRotator control.

override
OnInit(EventArgs)

Raises the System.Web.UI.Control.Init event.

override
OnPreRender(EventArgs)

Gets the advertisement information for rendering by looking up the file data or calling the user event.

override
PerformDataBinding(IEnumerable)

Binds the specified data source to the System.Web.UI.WebControls.AdRotator control.

override
PerformSelect()

Retrieves the advertisement data from the associated data source.

override
Render(System.Web.UI.HtmlTextWriter)

Displays the System.Web.UI.WebControls.AdRotator control on the client.

Public Events

AdCreated

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