Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I two column data diplpay in a single combobox window application in C#.net...plz help me any one..
Posted
Updated 12-Apr-10 2:52am
v2

1 solution

Use a multicolumn combobox (enough examples on codeproject) or combine the 2 columns into a single string and use that as DisplayValue.

name1 | description1
name2 | description2

or

name1(description1)
name2(description2)
 
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