Click here to Skip to main content
15,921,660 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

In my application i am storing user images in MYSQL in binary format. I want show user list with images.

I am retriving information from database to DataTable. If i bind this table to ListView Control it showing fine except Image Column.

User Id UserName Image
================================
1 ABC <Binary Data>
2 BBC <Binary Data>

Can any one please suggest me How to bind the images to List View.
Posted
Comments
Storxstar 5-Nov-12 3:41am    
Here is a link http://stackoverflow.com/questions/2570568/showing-items-as-images-in-a-wpf-listview , not sure how much it will help but its a way in which you can bind images to a listview.

1 solution

Here is another possible resource for you to try. Seems to have worked for them.
http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/bbee4a78-fd4a-402c-9c56-aba51946458c/[^]
 
Share this answer
 

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