Posted on: 6/24/2014 11:55:29 PM | Views : 393

Hi,
Please can you help to complete code to scroll the text . I want to connect datat source with  procedure name spGetCustomer  and scroll all the customer name  in a repeater.
Please help
<marquee onmouseover="stop();" onmouseout="start();" scrollAmount="7" scrollDelay="100" direction="side" width="100%" style="margin-top: 0px; height: 27px;" > <asp:Repeater Id="rptTestDis" runat="server"> // Please help how to give storedprocedure here and to list customer name as scrolling </asp:Repeater> </marquee>

Go to the complete details ...