I try to use gridview with objectdatasource to obtain the images from the sql database. Within the database, a datafield is declare as "varbinary" datatype.

Now in my gridview, it doesn't show me the image instead of showing me a text "System.Byte[]"

May I know how to solve it.