Link to home
Start Free TrialLog in
Avatar of John81
John81

asked on

Problem retrieving a selectedvalue from a dropdown box which is bound to a bindingsource

The problem only occurs when I select a different currency account from the dropdown list. Each of the accounts have been given an unique customeraccountID(primarykey)
so a company with an ID 1799 has account 1 =1781 account2 =1782 account3 =1783
each of the accounts names are called default

But when I select the account it always defaults to 1781
I cant understand why this is happening?



ASKER CERTIFIED SOLUTION
Avatar of Sancler
Sancler

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of voordes
voordes

Uhm Roger,

"a little arrow at the top right", "BindingSource"? I thought that was only in VS2005. ;)

SV
SV

It is.  But as the question title referred to "a bindingsource" I inferred that it was 2005.  We'll have to see what the questioner says.

Roger
Avatar of John81

ASKER

Its alright I resolved the problem myself , I found out what it was