I wish to display an image in a gridview.
I have a database with 4 columns - id, author, comment, filename (which holds the img path)
http://postimg.org/image/4l
ImageUrl ='<%# "Images\\"+Eval("FileName") %>'
try this way...