Log in

View Full Version : How to preview images with given path



aaron1990
11-17-2017, 11:14 PM
I have an image path located in my database and I want to show the image with the other table fields in a gridview (I have ID, Name, ImagePath, Date). I have tried to use sqlDataReader but it only shows the Image path. I want it to show the image itself. Can someone please help me how to view all of the images?