Hi guys,
I am really lost in this and all help will be highly appreciated. I want to make a database driven menu which can go 4 levels deep in asp.net 2.0
I cannot use asp.net menu control due to the css and layout of the control (which I cannot achieve with this control). The layout will be something like:
Home
Aboutus
More details
Committee
Members
Member1
Member2
Its not going to be dhtml menu and every click on the menu item will post back to expand if there are sublevels.
It would be great if somebody has done something like this (I am sure!), I was thinking about recursive looping.
Thanks!
I am really lost in this and all help will be highly appreciated. I want to make a database driven menu which can go 4 levels deep in asp.net 2.0
I cannot use asp.net menu control due to the css and layout of the control (which I cannot achieve with this control). The layout will be something like:
Home
Aboutus
More details
Committee
Members
Member1
Member2
Its not going to be dhtml menu and every click on the menu item will post back to expand if there are sublevels.
It would be great if somebody has done something like this (I am sure!), I was thinking about recursive looping.
Thanks!