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.
In .net objects like DataTable when you have two grids(Master and Detail) and add
Share
Here are some articles/papers on how Master-Detail relationship can be implememted with business objects(classes):
http://www.codeproject.com/KB/grid/Bindinglist.aspx
http://msdn.microsoft.com/en-us/library/aa581795.aspx