Adding Menus
Menus and navigation can be added to a page template with the following .Net code which can be customized to meet any menu requirement. Please see the demo Basic template for an example of this.
<asp:repeater id="Repeater1" runat="server">
<itemtemplate>
<li id="ltH" runat="server" Visible='<%# (DataBinder.Eval(Container.DataItem, "Path") = ("/" & Request.QueryString("Page")) ) %>' <asp:literal>id="current"><a href="<%# DataBinder.Eval(Container.DataItem, " % Path?)>.aspx"> <%#databinder.eval(container.dataitem, "MenuName")%></a></li>
</itemtemplate>
</asp:repeater>