Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
How to get another value from WinCombo 2010.2 VB.NET
posted

I am using a WinCombo on a Windows form.  The Combo is bound to a table that has three fields.

ID, Value, Description.

The DisplayMember is Description.  The ValueMember is ID.  When I choose one of the entries in the drop down, how can I get the "Value" field?

 

Thanks