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;