On Thu, Dec 23, 2010 at 3:38 AM, PawBoc <[email protected]> wrote: > Hello. > > I am writing small application with aspx (framework 4.0). I have > created typed datasets for holding data from db. Lets say I have table > Person and table Address. Person can have 0..(some) addresses. > > I have form to search persons, but I wish to show also their > addresses. > Look into the entity framework for a better way to handle data instead of dataSet.
I am swamped today and through next week to go over. In the end yoiu will have XML styled data where all the subsets of data, address in this case, will be contained in the node for that customer. Adding or editing them is easy and you pass the final set back to process all changes as needed. -- Stephen Russell Sr. Production Systems Programmer CIMSgts 901.246-0159 cell
