This may sound like a simple question, but being a self taught vb programmer it's apparently not that obvious to me.

I have a combobox that is bound to the "client" field of a dataset. How do I get the string value of the user's selected item? It seems like no matter what I try (selectedvalue.tostring, selectedtext.tostring, etc.) it returns system.data.datarowview or an empty string "".