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 ...