Click here to Skip to main content
16,008,469 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to set Marque in my project?
Posted

You can use HTML itself to display marquees[^].

Some articles for Marquees in ASP.Net

Display Marquees on ASP.Net Webpage
[^]
http://www.dotnetspider.com/forum/74860-How-use-Marquee-ASP.NET-with-C.aspx[^]
http://aspdotnetcodebook.blogspot.in/2008/07/how-to-display-data-in-marquee-from.html[^]

You can also use JQuery to crate a Marquee.
http://www.gmarwaha.com/jquery/jcarousellite/[^] is a simple to use control that provides marquee implementation.
 
Share this answer
 
Comments
VJ Reddy 9-Jun-12 3:06am    
Useful references. 5!
Abhinav S 9-Jun-12 3:09am    
Thank you VJ.
thatraja 9-Jun-12 3:14am    
5!
Abhinav S 9-Jun-12 7:23am    
Thanks thatraja.
You could use Javascript/jQuery.

HTML Marquee & its alternatives[^]
 
Share this answer
 
Comments
VJ Reddy 9-Jun-12 4:11am    
Good reference. 5!
Abhinav S 9-Jun-12 7:23am    
Another good reference.
Its same as HTML but in ASP.net design page it wlll show "Element Marquee is not supported"

But it will work in Page.

<marquee direction="left">
style = "font-family:comic sansms: font size:large; color:#FF3300; font-size: larger;"
;>
Enter Your Text here

Sure it will work. Marquee will run from Right to left with Large font.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900