hi,

i can connect to a database with binding controls using a datagrid and textbox.

What I am a little hazy about is when i want to update a record to 1 table i want to automatically update all the required rows in another table as a master/slave type table setup.
eg 1 to many relationship.

It is a common task and i can put up code but is there a simple link to an example. Previous example i have found only updating 1 table .