Tuesday 3 June 2014

How to bind marquee in asp.net



 <marquee direction="up" behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()" scrolldelay="100" style="height: 448px; width: 270px;">
                <asp:Image ID="Image1" Height="250px" Width="270px" ImageUrl="~/image/home.jpg" runat="server"></asp:Image>
                <asp:Image ID="Image2" Height="250px" Width="270px" ImageUrl="~/image/home.jpg" runat="server"></asp:Image>
                <asp:Image ID="Image3" Height="250px" Width="270px" ImageUrl="~/image/home.jpg" runat="server"></asp:Image>
                <asp:Image ID="Image4" Height="250px" Width="270px" ImageUrl="~/image/home.jpg" runat="server"></asp:Image>
                <asp:Image ID="Image8" Height="250px" Width="270px" ImageUrl="~/image/home.jpg" runat="server"></asp:Image>
                <asp:Image ID="Image7" Height="250px" Width="270px" ImageUrl="~/image/home.jpg" runat="server"></asp:Image>
                <asp:Image ID="Image6" Height="250px" Width="270px" ImageUrl="~/image/home.jpg" runat="server"></asp:Image>
                <asp:Image ID="Image5" Height="250px" Width="270px" ImageUrl="~/image/home.jpg" runat="server"></asp:Image>
               
                </marquee>

No comments:

Post a Comment