Telerik is a leading vendor of ASP.NET AJAX, ASP.NET MVC, Silverlight, WinForms and WPF controls and components, as well as .NET Reporting, .NET ORM , .NET CMS, Code Analysis, Mocking, Team Productivity and Automated Testing Tools. Building on its expertise in interface development and Microsoft technologies, Telerik helps customers build applications with unparalleled richness, responsiveness and interactivity. Telerik products help thousands of companies to be more productive and deliver reliable applications under budget and on time.
Version Q2 2011 released 07/12/2011
select

Rotator / Weather Forecast

  • Friday
    max day
    18oC
    min night
    10oC
  • Friday
    max day
    22oC
    min night
    13oC
  • Friday
    max day
    21oC
    min night
    11oC
    

  • RadRotator with RadTicker

    RadRotator and RadTicker are a powerful combination together. Our rotator is optimized to work with any number of tickers on a frame. RadTicker can also read its parent control's databinding expressions which makes it really easy to use it with RadRotator.

Source Code

C# VB.NET
Show code in new window Demo isolation steps
  • <%@ page language="C#" autoeventwireup="true" codefile="DefaultCS.aspx.cs" inherits="Telerik.Web.Examples.Rotator.Forecast.DefaultCS" %>

    <%@ register tagprefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI" %>
    <%@ register tagprefix="qsf" namespace="Telerik.QuickStart" %>
    <%@ register tagprefix="qsf" tagname="Header" src="~/Common/Header.ascx" %>
    <%@ register tagprefix="qsf" tagname="HeadTag" src="~/Common/HeadTag.ascx" %>
    <%@ register tagprefix="qsf" tagname="Footer" src="~/Common/Footer.ascx" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <qsf:headtag runat="server" id="Headtag1"></qsf:headtag>
        <link rel="stylesheet" type="text/css" href="Styles.css"/>
    </head>
    <body class="BODY">
        <form id="form1" runat="server">
            <qsf:header id="Header1" runat="server" navigationlanguage="c#" />
        <telerik:RadScriptManager ID="ScriptManager1" runat="server">
        </telerik:RadScriptManager>
            <div style="width: 90%"><div class="top"><img src="Images/weather.gif" alt="" width="402" height="20"/></div>
            <telerik:RadRotator id="RadRotator1" runat="server" DataSourceID="XmlDataSource1" FrameDuration="4000" ScrollDuration="500" ScrollDirection="Up" height="120px" width="403px">
                <ItemTemplate>
                    <div class="details">
                        <div class="day"><img src="<%# XPath("Image") %>" width="93" height="94" alt="Friday"/></div>
                        <div class="paneCenter">
                            <div class="paneCenter_Text">
                                <%# XPath("Temperature") %>
                            </div>
                        </div>
                        <div class="paneDetails">
                            <div class="paneDetails_Text" style="text-align:left">
                            <telerik:RadTicker id="ticker1" runat="server">
                             <Items>
                             <telerik:RadTickerItem Text='<%# XPath("Ticker")%>' />
                             </Items>                            
                            </telerik:RadTicker>
                            </div>
                        </div>
                    </div>
            </ItemTemplate>
            </telerik:RadRotator><div class="bottom"></div></div>
            <asp:XmlDataSource ID="xmlDataSource1" runat="server" DataFile="forecast.xml"></asp:XmlDataSource>
            
            <qsf:footer runat="server" id="Footer1" />
        </form>
    </body>
    </html>

Get more than expected!

 
 

Take your time to truly experience the power of RadControls for ASP.NET AJAX with a free 60-day trial backed up by Telerik’s unlimited dedicated support.

Download your RadControls for ASP.NET AJAX trial and jumpstart your development with the available Getting Started resources.

If you have any questions, do not hesitate to contact us at sales@telerik.com.

Copyright 2002-2024 © Telerik. All right reserved
Telerik Inc, 201 Jones Rd, Waltham, MA 02451