i want to retrieve images from a database and display them in a tiled view(at least three on a row) but i don't know how to go about that could someone please shed light on this for me?
Displaying Images In A Tiled View
Page 1 of 13 Replies - 877 Views - Last Post: 10 December 2012 - 08:11 AM
Replies To: Displaying Images In A Tiled View
#2
Re: Displaying Images In A Tiled View
Posted 09 December 2012 - 11:08 AM
What language are you doing the displaying in? Which database are you doing the storage in?
#3
Re: Displaying Images In A Tiled View
Posted 10 December 2012 - 05:25 AM
#4
Re: Displaying Images In A Tiled View
Posted 10 December 2012 - 08:11 AM
We have quite a few tutorials on database and .NET interaction - so start there. then the question is how you want to hold the images. Depending on how many or what your setup is you have two major options.
One is to actually store them in your database table as a byte array. The downside is your tables get huge and fat with all of this data.
The other option is store your images in a folder on the sever (after giving them a unique name) and storing the path in the database table.
The choice is yours to make tailored to your situation.
One is to actually store them in your database table as a byte array. The downside is your tables get huge and fat with all of this data.
The other option is store your images in a folder on the sever (after giving them a unique name) and storing the path in the database table.
The choice is yours to make tailored to your situation.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote








|