Click here to Skip to main content
15,886,422 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I want to select last 5 images from sqlserver database and display them one after the other in imagebutton where after few second of the first image be displayed the second image be displayed and so on.
Please can anyone can help me with code?
Posted
Updated 31-Aug-11 18:13pm
v2
Comments
Reiss 31-Aug-11 10:10am    
How are the images stored in the database?
shimaa010 31-Aug-11 19:10pm    
store the path of image

1 solution

Start with an article A Simple Image Slide Show[^].
This should give you an idea on how to do this.

Of course, you have not mentioned how you store images so a lot would depend on that.
 
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