asp_web_howto thread: Explorer-type Treeview Navigation Links With Dynamic Content
I am seeking help (hopefully code examples or pointers to same) in how
best to set up navigation on an ASP-based site using
expandable/contractable Windows Explorer type treeview links in a frame,
where the contents (links) contained in some of the main headings in the
treeview are dynamic. That is, the number of link entries in several main
branches of the treeview are variable based on the number of rows returned
in a recordset (where each row represents a separate link with its own
display information and query string). Complicating the process is that
some of the links may be sub sets of other links, e.g., an order link
followed by one or more order detail links.
Any suggestions greatly appreciated.
Harry