how to use marquee in asp.net?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,
How to use marquee with sql database to display link and title?
In addtion, is it free to use marquee control??

Your help will be appreciated.
thank you in advance.

Best regards,
Ocurnos
 
How to use marquee with sql database to display link and title?

Use an asp:Literal control and just build up the HTML with values from the
database e.g.
http://www.inthecage.co.uk
In addtion, is it free to use marquee control??

Yes (why wouldn't it be???), but bear in mind that it can't be guaranteed to
work in all versions of all browsers...
 
Hi Mark,
Can u elaborate on using asp:literal control + html values because i am new
to asp.net.

thank you in advance.
Best regards,
OCurnos
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top