show pictures in datagrid

Kurt

Regular
Joined
Feb 14, 2003
Messages
99
Location
Copenhagen
As a test, I made a simple table in SQL where I have 3 fields:
1: id_field = int
2: name_field = nvarchar
3: picture_field = image

When I fill a table in a dataset by using a dataadapter, all the data comes in. But when I bind the datatable to a datagrid, I only see the first two columns in the output, but not the pictures...

Before I start coding further, does anyone know about a simple solution?
 
Back
Top