Community discussion forum

Using of Rainforest NewsScroller Control in asp.net

  • 1 year ago

    Hi Frds

    I'm using ajax with asp.net.

    In my application i need the news scroller so,

    I have downloaded the rainforest news scroller from the below link

    http://www.rainforestnet.com/newscroller.htm

    This control has the property "NewsFile" for this we have to give xml file name.

    every thing working fine but.....

    In my xml i hav some hiperlinks ,or links to other sites

    when i assign this xml file to the newsfile of the "page news Scroller"

    then its displaying no data found in the specified file.

    how to solve this? if any one have used this or any have the solution then plz let me know

    Even i tried to use Asp.net scroller news downloaded from

    "http://www.webhostforasp.net/Freeware.aspx"

    even this is not working for this if we bind the dataset its giving error.

    Plz help me in this

    Thanks and regards.

    Archu

  • 1 year ago

     why  you using this  http://www.rainforestnet.com/newscroller.htm

    use java script  instead of this

     

  • 1 year ago

    Hi

    I don't know how to do that in javascript

    i have searched for that but didn't get the right one.

    if u hav any code then plz send me.

    thanks and regards

    Archu 

  • 1 year ago

    search  on  http://www.dynamicdrive.com/

     

    i know its too late replay but it will help you ..bye 

  • 1 year ago

    Hai, Why to use  Rainforest NewsScroller Control You can do it simply by using Marquee tag.Just place the gridview control that u want display between the marquee tag thats it.

     

    For Example:

                             <Marquee behavior="scroll" direction="up" scrollamount="1" scrolldelay="10" onmouseover="this.stop()" onmouseout="this.start()" style="left: 0px; position: relative; top: 0px; text-align: left; height: 400px;"   ><asp:GridView id="gvTopDownloads" runat="server" GridLines="None" AutoGenerateColumns="False" Width="200px" __designer:wfdid="w37"><Columns>
    <asp:TemplateField><ItemTemplate>
    <TABLE style="WIDTH: 182px"><TBODY><TR><TD style="TEXT-ALIGN: justify" align=left><asp:LinkButton id="lbtnFileName" runat="server" CausesValidation="False" Text='<%# DataBinder.Eval(Container.DataItem,"FileName") %>' OnCommand="lbtnFileName_Command" CommandArgument='<%# DataBinder.Eval(Container.DataItem,"SoftwareFileID") %>'></asp:LinkButton></TD></TR><TR><TD style="TEXT-ALIGN: justify" align=left><asp:Label id="lblDownload" runat="server" Font-Names="Trebuchet MS" Text='<%# DataBinder.Eval(Container.DataItem,"FileDescription") %>'></asp:Label></TD></TR></TBODY></TABLE>
    </ItemTemplate>
    </asp:TemplateField>
    </Columns>
    </asp:GridView></Marquee>

Post a reply

Enter your message below

Sign in or Join us (it's free).

Want to stay in touch with what's going on? Follow us on twitter!