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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top