combobox value

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

Guest

Hello,

I have a combobox which is bound to a dataset with 2 columns. 1 column is a
description and the other holds the id. I keep getting an error when trying
to extract the underlying value. What is the proper way to extract the
valuemember value? Can anyone help me out with this issue?

Any help would be greatly appreciated!
Thanks in advance
 
Mark,

You can retrieve the valuemember of the selected item by using the
combobox's SelectedValue property.

Kerry Moorman
 

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