can someone help me to add photos to a gridview?


First of all I have a field in my sql database called ( photo ) of type (varchar(50)

I want to place my photos in a folder and specify the name of the photo in the database (photo) field.

How can I make the gridview display the photo ?

Please help , I've spent 2 hours trying to make it work