I have adatabase table with five image fields. I want to view these images in a gridview and i will pass the image_id in a querystring from a link button( image button is desirable but looks complicated). This means i want the gridview to display one record whose image_id will be passed. All the reading material iam coming across want to assume that the image is saved in the file system yet for my case, the images are database fields.
Will some one give me the right advice as to how i can acomplish this. Please note that i will stick with storing the images directly in the database table but not in the servers file system.
--------------------------------------------------
No Project Too Eazy.
--------------------------------------------------