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

Recommended Answers

All 3 Replies

How about the <marquee> html tag.

is the <marquee /> supported in all browsers?
I'm looking for a similar ASP UI effect but thought that this wasn't officially adopted by w3

Hi,
Check the below url and also see the Example
http://forums.asp.net/t/1199128.aspx


<marquee direction=up onmouseover="this.stop()" onmouseout="this.start()" scrollamount="-3" id="Marquee1" runat="server">

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.