Link to home
Start Free TrialLog in
Avatar of leonardjp
leonardjp

asked on

Databinding dataset with multiple tables to textboxes


I have a bunch of text boxes that I would like to databind to a dataset that has two tables with a one to many relationship between them.  I am using the bindingcontext to navigate through the rows of the master table, which nicely scrolls through the data and displays it in the textboxes that are bound to the Master table.  However, I have other textboxes that I would like bound to the child table to display a value that has a relationship to the master.  

Is this possible through databinding?  if not Could someone expain how to do this??

 
ASKER CERTIFIED SOLUTION
Avatar of Brian Crowe
Brian Crowe
Flag of United States of America image

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