Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

database driven menu

Status
Not open for further replies.

shams123

Programmer
Jan 27, 2006
81
MY
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 cannot use asp.net menu control due to the css and layout of the control (which I cannot achieve with this control).
You can control the HTML output of any control by using a Control Adaptor.


____________________________________________________________
Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]

Need help finding an answer? Try the Search Facility or read FAQ222-2244.
 
Hi Mark,

Thanks for your response. The website does use tables in the menu, by css I meant the different elements and images associated for each level.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top