Hello: I'm working on a small web site and would like to use the treeview control. This is my first time to use a treeview control.

I've embedded the treeview in a master page - and When it first loads, it collapses to show only the primary nodes; If I select one of these, it expands as it should to show the child nodes; however, if I click on a child node to display a page, the child nodes collapse after the page opens.

I'm working with System.Web.UI.WebControls and my tree view is not created dynamically.

I'm trying to work with some of the events such as TreeView1_TreeNodeExpanded but can't seem to get it to work.

I would really appreciate any dirrection you can point me in.

Thanks,
Proctor