AdRotator

How to use the AdRotator control in ASP.NET page in VB.NET

By using the AdRotator control your ASP.NET web page randomly selects banner graphics from a list that is specified in an external XML schedule file. Before creating the control, you should define the XML schedule file, as shown in the next example:

 

<Advertisements>

<Ad>

<ImageUrl>ocom-larry-mark-cloud-banner-1641735.jpg

</ImageUrl>

<NavigateUrl> https://www.oracle.com/index.html </NavigateUrl>

<AlternateText> Oracle engineers …

Learn more

How to use the AdRotator control in ASP.NET page in C#

By using the AdRotator control your ASP.NET web page randomly selects banner graphics from a list that is specified in an external XML schedule file. Before creating the control, you should define the XML schedule file, as shown in the next example:

 

<Advertisements>

<Ad>

<ImageUrl>ocom-larry-mark-cloud-banner-1641735.jpg

</ImageUrl>

<NavigateUrl> https://www.oracle.com/index.html </NavigateUrl>

<AlternateText> Oracle engineers …

Learn more