Computer Hope

Internet & Networking => Web design => Topic started by: chris124 on June 05, 2005, 04:11:08 AM

Title: Databases and Images
Post by: chris124 on June 05, 2005, 04:11:08 AM
I have an asp web page that allows a user to request textual information from an Access Database, the results of this request are then displayed on a second asp web page.

What I want to happen now is that a thumbnail image is also called from the results of the users request, this thumbnail image then needs to have a hyperlink associated with it so that the user can click on it and see the full size image.

I don't want to embed these images into the Access Database as there are quite a few.

Any suggestions?