Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to bind combobox in 1->M in 2005
Message
 
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
01132682
Message ID:
01132706
Views:
14
>I have a dataset with two tables in a parent-child relationship in vs2005, and I'm trying to create a master-detail form.
>
>I want to point a combobox at the parent table, but rather than binding it to a field, I want to use it as a navagation control - IOW, changing the selected item in the combobox should only move the current row pointer within the parent table - which then updates the details using the relationship
>

In response to the SelectedIndexChanged event, reposition in the parent table using the new SelectedIndex value.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform