Click here to Skip to main content
16,007,504 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to create menu for my website which should look like

Parent1          Parent2      Parent3
|                    |                    |
Child1            Child2           Child3
|                    |
GrandChild1    GrandChild1
GrandChild2

Onmouseover of Parent the chid Item should be visible & on mouseover of Child grandChild should be visible, how this could be achived with asp.net menu control, also these Items are binded with XML source file to menu control.
Posted
Updated 26-Jun-12 21:24pm
v2
Comments
Member 8783155 27-Jun-12 4:21am    
GrandChild1 & GrandChild2 will appear as following, if menu control is used conventionally.

Parent1
|
Child1--GrandChild1
GrandChild2
Grandchilds are furthur submenus of childItems, there is need to arrange the offsets of Grandchild items.So that GrandChild items appear just below Child, onmouseover on child.
Please help..

1 solution

how this could be achived with asp.net menu control
Did you try anything? :doh:

Have a look at these to start of:
CP: Dynamically populating menu items from the database in ASP.NET[^]
MSDN: ASP.NET Menu Control Overview[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900