Extending the ASP.NET AdRotator
By: Joel Martinez on Monday, April 24, 2006
Reader Level: 
ASP.NET's ad rotator control allows you to easily implement an ad campaign on your site. Unfortunately,
the basic functionality of the built in control limits its uses because you can only have regular image-based
ads. So to get around the problem, this article shows you how to use the
In addition to instructions on how to use the custom server control, the article also offers insight
into the construction of the server control. You will learn concepts such as object oriented programming,
and software design patterns.
The code is presented in C# and ASP.NET 2.0 ... though some time is spent on discussion on how to get
it running under ASP.NET 1.1
Purchase this item
You can purchase this piece of content separately for
$4.00
Want more?
Community MX members get unlimited access to daily articles,
tutorials, extensions and support. The most comprehensive
resource for Macromedia designers and developers today.
Take a tour of what we offer, and discover the benefits
of subscribing.
Already a member?
Simply log in using the form in the top right area of the site.



