Author: tonya410 | Posted on: 4/28/2010 2:27:48 PM | Views : 922

Hi all,
I wondered if anyone knew how to utilize the asp:Menu control with <H2> around the Item Headers.  If so, how were you able to implement it?
<asp:Menu ID="mnuMain" runat="server" ForeColor="White" StaticDisplayLevels="2" Font-Bold="False" ToolTip="Main Menu" SkipLinkText="" MaximumDynamicDisplayLevels="1">
  <DynamicMenuStyle BorderStyle="Dotted" />
  <DynamicMenuItemStyle ForeColor="Black" />
  <Items>
    <asp:MenuItem SeparatorImageUrl="~/Bullets 001.gif" Text="Item Header 1" Value="Item Header 1" ToolTip="Item Header 1" Selectable="False">
      <asp:MenuItem Text="Item 1" Value="Item 1" NavigateUrl="~/Item1.aspx" ToolTip="Item 1"></asp:Menu ...

Go to the complete details ...