I have two menu on my page. On the top menu I want to exclude a particular tab but it is not working. Here is my code This is my root nav code <Snapsis:NavMenuid="ParentTabs"Level="1-1"Type="Tabs"runat="server"NavType="Template" ExcludeTabs="Station.*"ShowType="WithActiveParent"TemplateFile="root.template.txt"/> This is my left nav code <Snapsis:NavMenuid="SubNavTabs"Level="1-3"Type="Tabs"runat="server" NavType="Template"OnlyExpandActive="True"ShowType="WithActiveParent"TemplateFile="subNav.template.txt"/> Can you tell me what am I doing wrong here? PS: Editing the post to insert "code" tag |