Ajax Menu Question

  • Thread starter Thread starter Bobby Edward
  • Start date Start date
B

Bobby Edward

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?
 
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:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think Outside the Box! |
********************************************
 
Back
Top