combobox multicolumns

fasttrack

New member
Joined
Jul 17, 2005
Messages
2
Programming Experience
1-3
Hi I have a problem:

I would like to show with a combobox a result of a easy query like:

select col1, col2 from T1.
I would like to use datadapter and dataset to populate the combobox, but I would like show only a column (eg col1) and use the col2 as parameter to be passed to vb.net code.

How can I do ?

I tried with a column (select col1 from T1) and it works, but how to do in the case of more cols selection.....


:(
 
Back
Top