19,155 tutorials online
12 tutorials pending review
763 dead links removed





Hierarchical Relationships Without DataRelation Object in ADO.NET

User Rating: Not yet rated
Source Website: www.eggheadcafe.com
Viewed: 13 times
Reported For Abuse / Broken Link: 0 times
(Report Link)

Rate this tutorial:


Description:
At my place of employment, I work a great deal with somewhat complex hierarchical data as part of our measurement and analysis software. Thus, recursion and I have become rather close friends over the last few years. While rewriting an old website, I needed to turn a set of four relational tables into a hierarchical data structure. The top level table held self-referencing relationships as well as child relationships to table 2. Tables 3 and 4 were your basic "run of the mill" child tables up through table2.






Other Tutorials From This Category
    Caching in an ASP.NET
    Work with If-Modified-Since and Last-Modified in ASP.Net.
    ASP.NET from Scratch: Routing in MVC
    Gate to Delegates in VB.NET
    How to give inline css to any page element in c# code behind.
    XML Automatic Documentation Tags
    Web services
    Simple console application.
    Site Map and Bread Crumbs for your website
    ASP.NET Website Programming: Problem - Design - Solution