Click here to Skip to main content
15,908,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everyone can anyone can say how i can save or upload the images to the database and i ve to retrie those images and scroll by one by one with that id and while in the scrolling clicking on it i can able to delete that images from that scrolling list and the images scrolling can be done randomly also so can anyone can tell me how to do in step by step please
....................
Posted

1 solution

Since this is your homework, it's only fair you should do most of the work, isn't it? :laugh:
So, no code. Just break it into stages, and complete one before moving on.

Start from the beginning:
1) Set up your database to hold the images: you will want at least two fields, an ID, and a BLOB or IMAGE (depending on your database)
2) Write the code to store the images, and test it.
3) Write the code to retrieve an image, and test it.
4) Write the code to display an image.
5) Then all you need to do is set up a timer and scroll though.
 
Share this answer
 
Comments
MURARI00 6-Jun-11 6:16am    
Thank you can you able to give any sample example for my question if so it will be more help full
OriginalGriff 6-Jun-11 8:30am    
It's your homework! :laugh:
Perhaps if you try it and see how far you get?
Sergey Alexandrovich Kryukov 6-Jun-11 15:52pm    
Exactly. A 5.
--SA
MURARI00 7-Jun-11 5:39am    
Actually i am retriving the images in the grid but to scroll images i am not getting how i can get all images in one grid only
OriginalGriff 7-Jun-11 6:23am    
What have you tried?

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