Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
Maybe you could use jQuery Cycle plugin: http://jquery.malsup.com/cycle/
Or you can put your addrotator in a ascx custom control and include it as macro on your page.
I say +1 for using jquery.cycle - it's a breeze to setup.
Let us know if you need some pointers.
/Jan
Thanks All..
It is working perfectly with jquery..
Regards,
sravani.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
I need in umbraco pls any ideas share with me
Maybe you could use jQuery Cycle plugin: http://jquery.malsup.com/cycle/
Or you can put your addrotator in a ascx custom control and include it as macro on your page.
I say +1 for using jquery.cycle - it's a breeze to setup.
Let us know if you need some pointers.
/Jan
Thanks All..
It is working perfectly with jquery..
Regards,
sravani.
is working on a reply...