Hi,
Why can't I have my second tier as horizontal and static.
As you can see from my site map that HOME is my first tier folllowed by second tier items Clinical Section, Administration,MIS,Housekeeping. Now I want all these menus to be static and beside home. That is why I have selected StaticdisplayLevel = 2 and MaximumDynamicLevel = 1.
But these settings are getting overriden by the Adapter. So how can I make the adapter implement these settings. I need to implement 5 levels of menus. The first 3 are implemented using a menu control at the top(about which we are discussing) and next 2 levels using a tree view.
If I use the menu control without the Adapter I get what I want. I am using the adapter for a better look and feel.
2) Assuming that I don't get what I need using Adapters then what is the alternative. Can I use Javascript menus that are dynamic i.e fetch data from Web.Sitemap. How to do that?
3) There are some Templates given under AutoFormat. Is it possible to add more Templates to that?
4) Can I put my own stylesheet for the Adapter to implement or does it do only the ones given with it. Can you send me a few stylesheets with rounded corners and which look like Tabs. First 2 levels shud be static, horizontal and third tier dynamic, vertical drop down.
5) Which is the fastest and best way to make dynamic menus in ASP.NET?
I got stuck with this very badly.Pls suggest a way out of this problem.
Thanks.