<marquee direction="left" loop="30" scrollamount="1" style="text-lign: left" onmouseout="this.setAttribute('scrollamount', 2, 0);" onmouseover="this.setAttribute('scrollamount', 0, 0);" crolldelay="150"> <asp:DataList ID="dlTeluguNews" runat="server"RepeatDirection="Horizontal"> <itemtemplate> <table cellspacing="2"> <tr> <td> <asp:Image ID="imgbullet" runat="server" ImageUrl="~/image/newsbullet.jpg" Height="15px" /> </td> <td> <a href="TeluguNews.aspx?id=<%#Eval("NewsId") %>"> <asp:Image ID="imgNews" runat="server" ImageUrl='<%# String.Format("~/TeluguNews/{0}", Eval("NewsHeaderImage"))%>'Width="171px" Height="20px" /></a> </td> </tr> </table> </itemtemplate> </marquee>
marquee
DataList
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)