Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi guys! i am on stuck populating multi column combo box (Microsoft combo box control) from SQL server using ADO.NET. I want to load 4 columns in the combo box. I have no idea how to proceed the same.. i am very new to C# and still learning. I would appreciate if anybody can help me in this regard.

Thanks in advance.
Posted
Updated 18-Mar-13 23:12pm
v2

1 solution

Hi,

Which control are you using? Normally microsoft provided combobox is single column is displayed. In case you are using a third party toolbox hence third party(say Telerik, ComponentArt etc) provided component which displayes multiple column in a combobox, please check the SDK, provided by the same vendor. Nornally they provide all help/example code how to use that control.

If the stand alone SDK( the third party SDK that might be installed in your dev box) and example is not enough, they have their online forum to support it. You should consider posting in their online forum also.

Let me know if it helps you.
 
Share this answer
 
v2

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