Possible Duplicate:
how to display converted byte array as image in datagrid
I have inserted images into a sql database. I want to display these images in a datagrid. Currently in my datagrid, I just have a image column and each cell in that column just says Byte[]Array. So i need to convert these byte arrays back to an image and then display these images in the datagrid. I am drawing a blank as to how to do this. any help is appreciated. Thanks