HomeCommunityControl GalleryContent ManagementContent RotatorComponentArt Rotator

ComponentArt Rotator



Submit a Review

2,265 Downloads

43,070 Views


Description

The original rotator component for ASP.NET - ComponentArt Rotator - allows developers to easily create compelling DHTML news scrollers, product slideshows, feature highlights, stock tickers, and more.

Through use of ASP.NET templates, data binding, and rich DHTML built into the product – rotation of virtually any type of content is now possible in only a few lines of code.

Feature Highlights:

  • ASP.NET Slide Templates: Rotate any user interface by simply specifying your slide template, and use multiple instances of the Ticker control for a more dynamic presentation.
  • ASP.NET Data Binding: Easily populate your rotation content by data binding with XML files or streams, DataSet & DataReader objects, or any other custom .NET collection.
  • Deep Integration with Microsoft ASP.NET AJAX / 3.5: The control is available in ASP.NET 1.0 and ASP.NET 2.0 frameworks, while offering comprehensive integration with the client-side component model introduced by ASP.NET AJAX (now an integral part of ASP.NET 3.5).
  • Other Features Include: Design-time support for ASP.NET Web Matrix and Visual Studio .NET, support for multiple instances per page, detailed design and programming examples, and more.
  • Cross-Browser Compatibility: Supports IE5-7, Firefox 1-2, Netscape 7-8, Mozillas, Opera 8-9, Safari 1.

Syntax Example

<!-- ContentRotator syntax example -------------------------> <ComponentArt:ContentRotator id="Rotator1" runat="server" RotationType="SlideShow" ShowEffect="Fade" ShowEffectDuration="800" HideEffect="Pixelate" HideEffectDuration="600" SlidePause="5000" PauseOnMouseOver="true" XmlContentFile="news.xml"> <SlideTemplate> <table width="370" height="80" cellspacing="2"> <tr> <td class="NewsTitle"> <%# DataBinder.Eval(Container.DataItem, "Title") %></td> <td class="NewsDate" align="right"> <%# DataBinder.Eval(Container.DataItem, "Date") %></td></tr> <tr> <td class="NewsText" colspan="2"valign="top"> <%# DataBinder.Eval(Container.DataItem, "Text") %></td></tr> </table> </SlideTemplate> </ComponentArt:ContentRotator> <!-- Text Ticker syntax example -----------------------------> <ComponentArt:Ticker id="Ticker1" CharDelay="30" LineDelay="2500" runat="server"> <ComponentArt:TickerLine Text="Four new original Picasso prints discovered." /> <ComponentArt:TickerLine Text="Trappist monks insist on high-alcohol beer." /> <ComponentArt:TickerLine Text="US writers and actors hit out at reality fad." /> </ComponentArt:Ticker>

Screenshots

Reviews

Submit a review

Ali

Reviewed by: alinoori on Thursday, October 18, 2007

5 Stars

Ali noori

Ali

Reviewed by: alinoori on Thursday, October 18, 2007

5 Stars

Ali noori

Full Review @ ASPAlliance.com

Reviewed by: bdesmond on Monday, June 02, 2003

5 Stars

See my full review of this excellent product at: http://www.aspalliance.com/bdesmond/ArticleViewer.aspx?ArticleID=3