Hi There,
I have sitemapnode like the following:
<siteMapNode title="Administration" description="System Administration">
<siteMapNode url="~/Administration/test1.aspx" title="Test 1" description="Test 1" />
<siteMapNode url="~/Administration/test2.aspx" title="Test 2" description="test 3" />
<siteMapNode url="~/Administration/test3.aspx" title="Test 3" description="Test 3" />
</siteMapNode>
<siteMapNode url="~/Search/TestSearch.aspx" title="Search" description="Test Search" />
I would like to remove sitemap node using method RemoveNode() not in ItemDataBound. Is there any way?. RemoveNode() will load on OnViewLoaded()
Please advise thank you
I have sitemapnode like the following:
<siteMapNode title="Administration" description="System Administration">
<siteMapNode url="~/Administration/test1.aspx" title="Test 1" description="Test 1" />
<siteMapNode url="~/Administration/test2.aspx" title="Test 2" description="test 3" />
<siteMapNode url="~/Administration/test3.aspx" title="Test 3" description="Test 3" />
</siteMapNode>
<siteMapNode url="~/Search/TestSearch.aspx" title="Search" description="Test Search" />
I would like to remove sitemap node using method RemoveNode() not in ItemDataBound. Is there any way?. RemoveNode() will load on OnViewLoaded()
Please advise thank you