tags:

views:

22

answers:

0

Program Language: ASP.NET with C#

I want to add a menu with three or more level navigation.

I donot want to use the traditional asp.net menu

Can I use accordian menu with three level access. What are the other option i can use.

But my menu should retrived from my database.... \

& My table structer is like categoryId categoryName ParentCategoryId 1 A -1 2 b -1 3 aa 1 4 bb 2

Please porovide the link to the solution or provide the solution.