Hi,
I have a DG bound to a table, through a Dataset which has an image field.
JPEG images are stored in it. My question, how can I make the datagrid
dispaly the images in a cell. When binding the column, I get the literal
"Systen.byte" in the cell.
Thanks
Brock Allen - 23 May 2006 16:01 GMT
This doesn't show you how to pull the image from the databasze (sounds like
you already have that) but this will show how to build a page with those
images:
http://staff.develop.com/ballen/blog/PermaLink.aspx?guid=2d8b430b-8361-416d-9df8
-9aff48bf2481
-Brock
http://staff.develop.com/ballen
> Hi,
>
[quoted text clipped - 4 lines]
>
> Thanks
Salam - 24 May 2006 08:49 GMT
Correct. I have already the images in the DB. I know how to display the
images. The problem is my Dataset is populated with records using a
"select....from mytable." in which one of the fields is the image field.
Thanks
> This doesn't show you how to pull the image from the databasze (sounds
> like you already have that) but this will show how to build a page with
[quoted text clipped - 13 lines]
>>
>> Thanks