I have a webpage created using ASP.net and C# 2005.
I need to display some text as a marquee (scrolling text from right to left). The text will come from a table and I have already assigned it to a string variable. But I am unable to create the marquee effect. I need to apply backcolor, forecolor and other styles like bold, large font size etc to the scrolling text. I was thinking of using a Panel as a container for the marquee.
How do I implement this feature?
Lalit Kumar Barik
India