Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Binding + Controls
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Binding + Controls
Miscellaneous
Thread ID:
01292720
Message ID:
01292720
Views:
130
Binding question:

I have several textboxes bound to a customer DataTable fields (columns).

I have a salesperson combobox bound to a field in the customer DataTable too.

When I set the salesperson_combobox.DataSource = to the salesperson DataTable, the other textboxes are now controlled by position of this combobox (as if it's the navigation control).

When I set salesperson_combobox.BindingContext = New BindingContext() - the combobox no longer controls the nagivation.

How do I limit this default behavior without adding a new BindingContext?

Thanks in advance.
Next
Reply
Map
View

Click here to load this message in the networking platform