Hi,

I am creating an ASP.Net application in VS2008. I would like to create a horizontal menu bar at the top. The values of this menu bar should be dynamic. By dynamic i mean that we should be able to add new values or remove the existing values from the menu bar.

Any suggestions as to how can we implement this? Any small code snippet is welcome.

Thanks in advance.

Recommended Answers

All 3 Replies

Use ASP.NET Menu control. To change the Menu orientation you can set the Orientation property as follows:

Menu1.Orientation = Orientation.Vertical;

you need to create a GUI for the same, & need to write code to add new menus..

Click Here for some Menu Info

Try YUI Menus

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.