I am using Windows 8
I have a Web Project with a Master Page that has a Style Sheet. On the Master page I have a SiteMap file. aTreeView control with a SiteMapDataSource control. The Treeview displays properly on the clint pages in the project. When I then add a SiteMapPath control to the Master Page, it also displays properly in design view.
However, when I Browse the Default (Home) client page in the Browser (IE), I see the following:
- TreeView displays all the nodes, but none are displayed as Links, and parent nodes do not collapse when clicked.
- SiteMapPath displays only the Top Node (Home)
When I browse other client pages in the browser, the TreeView displays as indicated above, but there is nothing at all displayed in the SiteMapPath control.
I am assuming my problem is affecting both these controls, but I have been unable to figure out that I am doing wrong.