Returning selected item from combobox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • starlight849
    New Member
    • Jun 2009
    • 82

    Returning selected item from combobox

    Hello,
    I am writing a program that is connection to an oracle database using the tableadapter method. I am populating a drop down list with a distinct set of values.
    I am then wanting to display the item that user selects in a text box. However, instead of the desired result being displayed the text box is returning system.data.dat arowview.
    Any help would be appreciated.
  • MrMancunian
    Recognized Expert Contributor
    • Jul 2008
    • 569

    #2
    You have to call the .ToString() method to get the value instead of the type.

    Comment

    Working...