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
 
Back
Top