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 / Testimonial

  • Thank you again for your help. It seems the grid component should work fine for our purposes and let me just say that the level of responsiveness and support has been excellent. Aside from having a quality product your company definitely has an excellent team to back it and that has sealed the deal for me.

    Neftali Alverio
  • Telerik's components for ASP.NET is by far the best suites in the market place. I've used Infragistics components for the last few years, and was never really confident about all the HTML spaghetti code. Telerik's component suite is a breath of fresh air.

    Sam Stange
  • I just wanted to say how impressed I am with your support specialists. My questions were answered and in one case a sample project based on files I sent in were provided to me. This has been very helpful. We are all very impressed with your tools. Keep up the great work.

    Mark Bleshenski
    

  • Testimonial Example

    One of the common uses for RadRotator is to be used as testimonial. The example above demonstrates how to achieve this.

Source Code

C# VB.NET
Show code in new window Demo isolation steps
  • <%@ Page AutoEventWireup="true" Inherits="Telerik.Web.Examples.Rotator.Testimonial.DefaultCS"
        CodeFile="DefaultCS.aspx.cs" Language="C#" %>

    <%@ 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 runat="server" id="mainForm" method="post">
        <qsf:Header ID="Header1" runat="server" NavigationLanguage="c#" />
        <telerik:RadScriptManager ID="ScriptManager1" runat="server">
        </telerik:RadScriptManager>
        <div style="width: 90%">
            <div class="testimonialContainer">
                <div class="testimonialTop">
                    <img src="Images/testimonialTop.gif" height="66" width="176" alt="" title="" style="border: 0px;" /></div>
                <div class="testimonialText">
                    <telerik:RadRotator ID="RadRotator1" runat="server" DataSourceID="xmlDataSource1"
                        FrameDuration="3000" RotatorType="AutomaticAdvance" ScrollDirection="Up" Height="190px"
                        Width="178px">
                        <ItemTemplate>
                            <div style="width: 166px; height: 188px; padding: 0 6px;">
                                <%# XPath("product") %>
                            </div>
                        </ItemTemplate>
                    </telerik:RadRotator>
                </div>
                <div class="testimonialBottom">
                    <img src="Images/testimonialBottom.gif" height="59" width="176" alt="" title="" style="border: 0px;" /></div>
            </div>
        </div>
        <asp:XmlDataSource ID="xmlDataSource1" runat="Server" DataFile="product.xml"></asp:XmlDataSource>
        <qsf:Footer runat="server" ID="Footer1" ShowCodeViewer="true" />
        </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