I have a Treeview control in a Master Page that is bound to a SiteMap file. It renders the data in the structure OK, but the level nodes are not links that I can click to expand and then click again to collapse.
I have tried using the DataBound event to pass the root node -
- to a routine that inspects the nodes, but to no avail. Has anyone else run into this problem? I can't be the only one.
Thanks in advance for your feedback.