The coding is in ASP.NET 3.5.
Here is the scenario.
I am modifying a page that populates some data.
In that page there is a table that displays pages.
The pages have sub-pages and these sub-pages again have sub-pages.
So thats three levels of hierarchal data presented.
Example:
Right now its populated using asp:Treeview for easier display of the +(maximise) and -(minimise) images and all.
Is that the best method?
What are the alternatives?
I have some complex calculations and so would like to access all rows, sub-rows and sub-sub-rows easily.