Click here to Skip to main content
15,905,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello,
i am developing image gallery using images which are stored in database in varbinary type..

pls give your suggestions.

Thank you
Posted
Comments
StianSandberg 18-Jul-12 8:51am    
Here you will find tons of examples how to do that: http://bit.ly/NMfnT5
Kinjal Sucess 18-Jul-12 12:47pm    
it's esay to find jquery gallery bt i want to bind it with images which are not in folder bt in database

1 solution

My suggestion is:

Make a service which will return the image objects in the array to the javascript function. That service will read the binary data from database and convert it into images and send it to javascript caller.

From the javascript you can then call that service which will give the image objects and you can make your gallery then.
 
Share this answer
 
Comments
Kinjal Sucess 19-Jul-12 2:11am    
Thanks ... can give any online example link?

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