Hi Imar,
In the sitemap we have only link to Reviews page.
Code:
<siteMapNode url="~/Default.aspx" title="Home" description="You are at Home" />
<siteMapNode url="~/Reviews/Default.aspx" title="Reviews" description="Go to see Reviews">
Is there any provision to show no. of Reviews along with title Reviews in the menu/treeview control.
Many thanks...