Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Rotator > RadRotator connecting to multiple datasources
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Answered RadRotator connecting to multiple datasources

Feed from this thread
  • Benjamin avatar

    Posted on Aug 17, 2010 (permalink)

    I was wondering if a RadRotator could be setup to read from more than one XmlDataSource. I am creating a RSS Reader and It would be nice if it was possible to show more than one feed at a time.

    Thanks,

    Benjamin Batman

  • Answer Fiko Fiko avatar

    Posted on Aug 20, 2010 (permalink)

    Hello Benjamin,

    RadRotator uses the standard databinding mechanism and it cannot be bound to more than one datasources at the same time. In your case I recommend you to manually read the RSS feeds and merge them in a single collection. Then you can set that collection to the RadRotator's DataSource property and call its DataBind method.

    I hope this helps.

    All the best,
    Fiko
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Rotator > RadRotator connecting to multiple datasources