Ajax Menu Question

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?
 
G

Gregory A. Beamer

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! |
********************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top