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...