7
Reply

how to show image in datagridview in c#

sumit kumar

sumit kumar

Aug 21 2015 5:18 AM
423
i want to show image in datagridview on form load event only , but no one solution is helpful. I want to show only on page load can you help me plz...
i have a imagelist , so what should i do....??/ 
 
I have tried this one....
 bmpImage=null;  // at the outside of the function
bmpImage = (Bitmap)Image.FromFile(@"D:\\CMU_Documentation\\Project_Images\\ImgName.jpg");
row.Cells["Img_col"].Value =bmpImage;

Answers (7)