How does datagridview handle "Master / Detail"?

Posted by Behrooz on Stack Overflow See other posts from Stack Overflow or by Behrooz
Published on 2010-02-25T16:02:17Z Indexed on 2010/03/19 14:41 UTC
Read the original article Hit count: 241

In .net objects like DataTable when you have two grids(Master and Detail) and add a row to the second one(Detail), The new row will have the Foreign-Key Values automatically.
How can i do it(I don't use DataTables because they suck)?
thanks.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about master-detail