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;
Upendra Pratap ShahiPosted Aug 21, 2015, 7:17 AM
Vaikesh K PPosted Aug 21, 2015, 6:48 AM
Try something like this :
sumit kumarPosted Aug 21, 2015, 6:40 AM
sumit kumarPosted Aug 21, 2015, 6:26 AM
Rajeesh MenothPosted Aug 21, 2015, 5:29 AM
Vaikesh K PPosted Aug 21, 2015, 5:27 AM
Hi, Try these :1) http://www.aspsippets.com/ 2) http://csharp.net-informations.com/datagridview/csharp-datagridview-image.htm 3) http://www.codeproject.com/Answers/650615/How-to-display-image-while-datagridview-load-data#answer1Sumit JoshiPosted Aug 21, 2015, 5:25 AM