Response title
This is preview!
<%@ Page Title="Redacted" Language="VB" MasterPageFile="~/MasterPage.master" %> <script runat="server"> </script> <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server"> <meta charset="utf-8" /> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server"> <h2>Sample Page</h2>
<p>Typical content goes here.</p> <%--
The menu is bound to the sitemapdatasource.
Making a manual UL that I need to update as the sitemap changes is not feasible.
I need to be able to adapt the menu control so that it is a vertical accordion menu.
--%> <asp:SiteMapDataSource ID="sdsSitemap" runat="server" /> <asp:Menu ID="Menu1" runat="server" DataSourceID="sdsSitemap"></asp:Menu> </asp:Content>
© 2013 jQuery Foundation
Sponsored by and others.