Customizing the Menu WebControl

D

David Dixon

I'm using the Menu WebControl in ASP.net 2 and would like to have the
hierarchical view displayed on each page as the user drills down through the
site. The menu should be visible at all times and not popup, and the
submenus should valign at the top. I am using a single MasterPage to
attempt this.

Any help would be gratefully received as I am very close to writing a custom
control to do this.

Starting View (home.aspx):
Menu1
Menu2
Menu3

After Menu2 has been selected (menu2.aspx):
Menu1 | SubMenu2.1
*Menu2* | SubMenu2.2
Menu3 | SubMenu2.3

After SubMenu2.3 has been selected (submenu2.3.aspx)
Menu1 | SubMenu2.1 | SubSubMenu2.3.1
*Menu2* | SubMenu2.2 | SubSubMenu2.3.2
Menu3 | *SubMenu2.3* | SubSubMenu2.3.3
 
L

luciano.bargmann

I started doing my own control to have similar behavior, but I am sure
that a look in your code may help. Where is your control? www.dxnuk.com
shows only a google search. were you hacked? :)
 

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

Members online

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top