M
Matt
I have below sitemap as source for treeview that sits on master pages..
Is there a way to limit source for treeview to page level..
When i cruise the pages i would like to see only related nodes for that
page versus see all nodes in every page
Example would be..
A.aspx would show only
a.aspx
b.aspx
instead of showing all tree.....?
<siteMapNode url="Default.aspx" title="Home" description="Home">
<siteMapNode url="A.aspx" title="A" description="A Desc" />
<siteMapNode url="a.aspx" title="a" description="a Desc" />
<siteMapNode url="b.aspx" title="a" description="a Desc" />
<siteMapNode url="B.aspx" title="B" description="B Desc " />
<siteMapNode url="C.aspx" title="C" description="C Desc" />
</siteMapNode>
</siteMap>
Is there a way to limit source for treeview to page level..
When i cruise the pages i would like to see only related nodes for that
page versus see all nodes in every page
Example would be..
A.aspx would show only
a.aspx
b.aspx
instead of showing all tree.....?
<siteMapNode url="Default.aspx" title="Home" description="Home">
<siteMapNode url="A.aspx" title="A" description="A Desc" />
<siteMapNode url="a.aspx" title="a" description="a Desc" />
<siteMapNode url="b.aspx" title="a" description="a Desc" />
<siteMapNode url="B.aspx" title="B" description="B Desc " />
<siteMapNode url="C.aspx" title="C" description="C Desc" />
</siteMapNode>
</siteMap>