I have some images stored in varbinary fields. I want get them into a List object e.g List list
From here I can access each image byte array, e.g image.ImageData.
I need to bind them somehow as thumbnails to asp:gridview or something similar, is it possible with binary/byte[] images?