how can i insert image to datagridview like this :
http://picshome.com/en/download.php?id=7F863CBA1
Printable View
how can i insert image to datagridview like this :
http://picshome.com/en/download.php?id=7F863CBA1
You would add a DataGridViewImageColumn to your grid and assign Image objects to the Value properties of the cells.
Hi,
You can use the DatagridviewImageColumn Class for that, look here.