News

BR><BR>I currently have a dataset with data from a database. In the C# code I transform this data heavily. Now I need to aggregate this data in an easy way to be able to display it in an itemslist.
Okay, maybe the title isn't too helpful, but here;s my problem.<br><br>I have 2 tables, say Master, Child, with a foreign key relationship. They are modelled using typed DataSets generated from ...