On Fri, Jan 7, 2011 at 10:51 AM, SM <[email protected]> wrote: > I am going to be using Linq to SQL but I am not sure how to build this tree > and access it. Any ideas ? -----------------------
I read this a a typical BOM or Bill of Materials. You could write the loop in your middleware class to load up everything you need. Make a List<Category> Categorys = new List<Category>() Now extract row(s) from db and add to Categorys. -- Stephen Russell Sr. Production Systems Programmer CIMSgts 901.246-0159 cell
