views:

8

answers:

0

I was wondering, wether it is possible to use the Asp.net AdRotator to rotate through a List of links.

This would be my business class.

public class AdRotatorData
{
  public String Name {get;set;}
  public String NavigateURL {get;set;}
  public String Description {get;set;}
}

I would like to bind a List to the AdRotator control and modify the output of the AdRotator control to display the Link rendering with the Name and NavigateUrl and some text from the Description property below.

Is such thing possible? The ComponentArt AdRotator component http://aspnetajax.componentart.com/control-specific/rotator/design/product_scroller/WebForm1.aspx provides such features, but I can't afford the entire control package.