There is no error showing up in the c# code but the created web design doesn't show the image. *stored the path of image in a column in the database using SQL server management studio. *Connected the database to my project where there is a grid view containing image control. *The folder in which the images are stored is in the project folder itself.
*I have already tried changing different paths, adding some height and weight properties to the image control.
Logo is the name of the column in the database where the path of the images where given.
Retrieves everything from the database except for the image
I want the images to be displayed after running my .aspx page.