You can create any number of House Menu's on a page. Just give them diffrent ID's and the apropriate scope.
uc1:HouseMenu id="HouseMenu1" runat="server" Scope="0" ShowAdmin="True" IsRecursive="False" Orientation="H" />
uc1:HouseMenu id="HouseMenu2" runat="server" Scope="-1" ShowAdmin="True" IsRecursive="False" Orientation="H" />
The first Menu will show all the child pages of the current page. and the second menu will show the entire site.
If you want to get the menu of a specfic list you can just fill in the Tab ID of page you want the menu from.
|