New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

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
    

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

  • DefaultVB.aspx
  • Styles.css
  • product.xml
<%@ Page Language="vb" AutoEventWireup="true"  %>

<!DOCTYPE html>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head runat="server">
    <title>Telerik ASP.NET Example</title>
    <link rel="stylesheet" type="text/css" href="Styles.css" />
</head>
<body>
    <form id="form1" runat="server">
    <telerik:RadScriptManager runat="server" ID="RadScriptManager1" />
    <telerik:RadSkinManager ID="RadSkinManager1" runat="server" ShowChooser="true" />
        <div class="demo-container no-bg">
            <div class="testimonialTop">
                <img src="images/testimonialTop.gif" height="66" width="176" alt="" title="" style="border: 0px;" /></div>
            <div class="testimonialText">
                <telerik:RadRotator RenderMode="Lightweight" ID="RadRotator1" runat="server" Skin="Silk" 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>
    <asp:XmlDataSource ID="xmlDataSource1" runat="Server" DataFile="product.xml"></asp:XmlDataSource>
    </form>
</body>
</html>

Support & Learning Resources

Find Assistance