Click here to Skip to main content
15,884,975 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i added 4 Columns (Eg: IDd, Name, Description, IDGrup) in combobox, VB.net 2008

after i get the value of 4th column in combobox

example code here:

1. cboDescription.text (get the 1st Column Value)
2. cboDescription.SelectedValue.ToString (get the 2nd Column Value)

3.not get the 3rd column value in cboDescription (combobox).

please help

this solve solutions.
Posted
Comments
CHill60 5-Apr-14 12:14pm    
I didn't think you could have multi-column comboBoxes without creating a custom control ... are you sure you are dealing with a comboBox control? Or is this WPF?

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