Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Showing Thumbnails

Status
Not open for further replies.

fpgiv

Programmer
Oct 1, 2003
91
US
Hi all,
I'm getting some binary image data from SQL server, and I want to display it on my webpage as a thumbnail. I'm using using Response.binaryWrite rs("picture") to show the whole image, but is there an easy way to just show the thumbnail of the picture? I don't want to clutter up my screen with lots of pics if I don't have to.
Thanks so much!
 
How many records does your SQL table has? If you can afford, you may try creating thumbnail version of each images on a separate field.
 
Thanks Medic,
I thought of that, and we might do that if we have to, but I just wanted to see if there was an easier way than storing a bunch of data we already have--just in a smaller format...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top