index | search | no replies | posting guidelines | help login | register
Index » General » Site & Forum Feedback
search this forum:
:: Some ASP treeview questions ::    show all messagesPost a New Message | Post a Reply
Jul 5 2007, 8:59 AM
 Re: Some ASP treeview questionsPost a Reply
 whichman

View this author's profile Send this author a private message Visit author's homepage

from: Laurel, MD

2. To click on the icons as well as the text, use
Use the x located at http://aspwebsolution.com/articles/xmlrep/ajax_treeview2/index.htm

1. The treeview crawls using XSL (treeview.xsl). The reason I used XSL is because, stylesheets are best suited for grouping hierarchical, multi level data.
All you need is for the ChildNode to know its direct parent. e.g.

<Groups>
<Group ID="A" Text="Group A"/>
<Group ID="B" Text="Group B" Parent="C"/>
<Group ID="C" Text="Group C" Parent="A"/>
</Groups>


will group to
A
+-- C
    +-- B




-------------------------
Master of the Game
Pages: (1)   [1]

search this forum: