Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~71 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Eugyn

In my database there are two tables: the *CustOrder* table and the *Product* table. In my CustOrder winform I have a Product combobox, bound in this way : cbxProductCode.DataBindings.Add(New Binding("SelectedValue", ds1, "CustOrder.ProductCode")) and the combobox items comes with the following code: With cbxProductCode .DataSource = ds1.Tables("Product") .ValueMember = "ProductCode" .DisplayMember …

0
71