DataTable Contents to ComboBox.Items

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

i have a dataTable that has two COLUMNS.... is there any way of adding them
to the ComboBox.Items.

So that upon drop down it displays bot the columns!!!


thanks
VenuGopal
 
VenuGopal,

When you mean that those are by instance a firstName and a lastName, than in
my opinion the nicest way is to add an extra column to your table with an
expression where you concatenate the two other columns. That column you can
use.

I hope this helps,

Cor
 
Back
Top