Click here to Skip to main content
16,020,565 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do you make the images move in your website using asp.net?
Posted
Updated 30-Aug-10 21:51pm
v2
Comments
Dalek Dave 31-Aug-10 3:51am    
Minor Edit for Grammar.
senguptaamlan 31-Aug-10 7:15am    
can you please explain a bit more...

if you just need to move images without any particular synchronization, put your image tag in betwween the <marquee> tags. This will rotate your images on the screen from right to left by default.

<marquee>

Anurag
@cheers@
 
Share this answer
 
Comments
Sandeep Mewara 31-Aug-10 14:15pm    
For more details: Have a look at this link: http://www.htmlcodetutorial.com/_MARQUEE.html
javascript and a timer, basically. You'll probably find that jquery and/or the ASP.NET AJAX library have code you can plug in without having to understand it.
 
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