Navigating sharepoint with a treeview
        Posted  
        
            by linqmonkey
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by linqmonkey
        
        
        
        Published on 2010-03-24T11:33:02Z
        Indexed on 
            2010/03/24
            12:43 UTC
        
        
        Read the original article
        Hit count: 163
        
I'm trying to replace the navigation on our sharepoint site with a treeview. It's a large site with up to 4 subsite leves in places. All I need it to do is
- show a consistent structure from page to page
 - show only sites and pages
 
The default sharepoint treeview seems to do neither of these things (doesn't display items from the parent site, includes document libraries but not pages).
Does anyone have any idea how to achieve this? We're using the publishing site template throughout if that makes a difference.
I've tried binding the tree to the datasource the quick launch uses but I guess from the error message they expect differently named properties.
© Stack Overflow or respective owner