Menu Control Horizantal

M

Matt

Is there a way to make menu controls behaviours like browser menu like.
(file,Edit,View etc) or any other software menu dropdown..
I could do that with inbuild (<items> <asp:menu:item> and make the
Orentation Horizantal etc)
I know i could do that providing my items and asp menuitems behind the
code or in developer mode..
BUT i would like to get the values from web.siteMap. and my Menu look
like Horizantal and chilnodes to be under the Parent node.. File(Open,
print are child)
Menu datasource to be web.siteMap..
Can i complish this ..
 
E

empire5

That stuff is done with JavaScript. I just did a post about skmMenu an open
source Infragistics type menu. Here it is:

It does not seem skmMenu supports a breadcrumb. I was thinking of using the
SiteMap class for the breadcrumb. Has anyone done anything like this? My
potential designs are:

1. Using menu.sitemap as the base layout and populating the skmMenu menuitem
collection programmatically.
2. Writing a conversion of menu.sitemap to the skmMenu.xml menu item
structure.
3. The reverse of the above two, i.e.: start with skmMenu.xml
4. Maintain both menu.sitemap and skmMenu.xml

I'd like to stay with open source stuff or .net classes.
 

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