Ajax Menu Question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bobby Edward

    #1

    Ajax Menu Question

    I want to create a vertical Ajax menu (using the asp:Menu control) that will
    always show the level 1 items.

    When I hover over the level 1 items, if there are subitems they will open in
    a popup vertical submenu window.

    How can I get the level 1 items to always show up?


  • Gregory A. Beamer

    #2
    Re: Ajax Menu Question

    Assuming you have a root level and then level, you have two choices,
    depending on root.

    If you do not want to show off root:
    Alter the data source to irnogre the root node

    If you want root as well as level 1:
    Change to 2 static levels

    --
    Gregory A. Beamer
    MVP: MCP: +I, SE, SD, DBA

    Blog:


    *************** *************** **************
    | Think Outside the Box! |
    *************** *************** **************
    "Bobby Edward" <bobby@nobody.c omwrote in message
    news:O7a7H3PRJH A.4240@TK2MSFTN GP03.phx.gbl...
    >I want to create a vertical Ajax menu (using the asp:Menu control) that
    >will always show the level 1 items.
    >
    When I hover over the level 1 items, if there are subitems they will open
    in a popup vertical submenu window.
    >
    How can I get the level 1 items to always show up?
    >

    Comment

    Working...