Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • sravani 50 posts 70 karma points
    May 27, 2011 @ 07:08
    sravani
    0

    Content rotator in umbraco

     

    Hi All,

    I have a xml file with for news content .

    How I can rotate my content in umbraco page through xslt or xml....

    In asp.net I am using.. this

    <radR:RadRotator ID="RadRotator1" TransitionType="Scroll" ScrollSpeed="70" TransitionEffect="Fade" ScrollDirection="Up" runat="server" Width="550px" Height="20px" ContentFile="~/XMLFile1.xml">
                                    <FrameTemplate>
                                        <div style=float:left;" ><a href='<%# DataBinder.Eval(Container.DataItem, "Url") %>'>
                                                 <%# DataBinder.Eval(Container.DataItem, "Title"%>
                                        </a></div>
                                    </FrameTemplate</radR:RadRotator> 
    


    I need in umbraco pls any ideas share with me

    Thanks,
    Sravani

     

  • Sebastian Dammark 547 posts 1287 karma points
    May 27, 2011 @ 15:53
    Sebastian Dammark
    1

    Maybe you could use jQuery Cycle plugin: http://jquery.malsup.com/cycle/

  • Michael Latouche 502 posts 816 karma points c-trib
    May 27, 2011 @ 16:05
    Michael Latouche
    1

    Or you can put your addrotator in a ascx custom control and include it as macro on your page.

  • Jan Skovgaard 11258 posts 23500 karma points MVP 7x admin c-trib
    May 27, 2011 @ 23:12
    Jan Skovgaard
    0

    I say +1 for using jquery.cycle - it's a breeze to setup.

    Let us know if you need some pointers.

    /Jan

  • sravani 50 posts 70 karma points
    May 30, 2011 @ 10:48
    sravani
    0

    Thanks All..

    It is working perfectly with jquery..

    Regards,

    sravani.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies