Menu control

A

Arjen

Hi,

I use the asp.net 2.0 menu control.

I don't want to use a DHTML menu, but a static one like this:

menu item 1
---- sub item 1
---- sub item 2
---- sub item 3
menu item 2
---- sub item 1
---- sub item 2
---- sub item 3

What I want is that it directly and always shows all sub items under each
other.
How can I do that?

Thanks!
 
D

darrel

What I want is that it directly and always shows all sub items under each
other.
How can I do that?

It'd probably be easiest to just write your own control that creates a
nested UL for your menu which you can then style via CSS.

-Darrel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top