Click here to Skip to main content
15,893,814 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

How to image display in datagridview column in c# .net windows application?

I want to display image in datagrdview from floder or path, my image column datatype is varchar(max),
I can not use image datatype for display image, because image datatype size is too large.

So, Please help me.

Thanks in Advance.

Ankit Agarwal
Software Engineer
Posted
Updated 28-Nov-13 21:19pm
v2
Comments
Er Daljeet Singh 29-Nov-13 4:30am    
post you code with some database values

1 solution

 
Share this answer
 
Comments
[no name] 29-Nov-13 4:29am    
My data fill from database in datagrdiview with image path displaying in datagridview.
I do'nt want to add extra column in datagridview, i want to make image column of existing column.
Thomas ktg 29-Nov-13 4:33am    
What is the column name you have for the Image to be displayed?
[no name] 29-Nov-13 4:35am    
FloorTexture1|FloorTexture2|FloorTexture3|FloorTexture4|FloorTexture5|FloorTexture6
Library\abc.png|Library\asd.png|Library\aaa.png|Library\sss.png|Library\eee.png|Library\qqq.png

and all datatypes are varchar(max).

I want to display only image in these column.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900