Click here to Skip to main content
15,881,381 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to display name of employees in the list box. In case any row is selected in the listbox, the data is modified and the image of the employee with age and department is also displayed in the list box itself. If mouse is moved to the other record, the other data is displayed and so on.
can any one know the code for it. thanks in advance.
Posted

1 solution

You can't display images in a standard ListBox. You would need to a thrid-party control, such as from Telerik, Infragistics, ComponetnOne or others. Otherwise, you would need to construct something yourelf, perhaps a Silverlight application.
 
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