Hi All,
I have a dataGridView control ,which I attach with a data source,this datasource can change over the time. Now ,the problem is ,after assigning the data source ,I add one more static column and trying to add image to the cells [ I've used DataGridViewImageCell and DataGridViewImageColumn,the images are different for different rows]. But for some reason I am not able to assign the Value property of the indivisual rows[0].Cell[0].Value.
Any pointer towards the problem ? Thanks in advance.
Regards
Sam