Link to home
Start Free TrialLog in
Avatar of dotnetpro
dotnetpro

asked on

asp.net vertical menu

Experts,
I want to build a menu control using ASP.NET and C# that drops level 1 and level 2 headings  vertically on MouseOver. Also these headings have to be dynamic, i mean level 1 and level 2  headings will appear from the database.

Exemple:

Service
Landing Page
Secondary Page
   Name1
   Name 2
   Name 3
   Name 4
Another secondary Page
  Name 1
  Name 2

and so on..Any suggestions on how to doing it in ASP.NET 2.0 and C# and SQL Server will be really appreciated
Avatar of WhiteMeat
WhiteMeat
Flag of United States of America image

I like to use the suckerfish menus:

http://htmldog.com/articles/suckerfish/dropdowns/

You can then build the ul/li structure with something like a repeater.
ASKER CERTIFIED SOLUTION
Avatar of dotnetpro
dotnetpro

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Glad you got it working.