Menu control in ASP.NET using VB.NET

This article shows how to create menu using menu control in ASP.NET.
  • 4839

This article shows the menu control in ASP.NET.

Menu control

MenuItems typically defines different levels of a hierarchy. Each MenuItem consists of properties that determine the look and feel of the MenuItem (e.g. text, navigateURL, etc). The Menu control conceptually contains two types of Menus:

StaticMenu:

That is always displayed on the page.

DynamicMenu:

That pops out when the user opens a parent MenuItem.
 

Properties: these are the properties of menu control.

menu1.gif
 

Figure 1.
 

For example:

drag a menu control from the toolbox on the form.
 

menu 2.gif
 

Figure 2.
 

Now set the property items collection of the of menu control. such as 

menu 3.gif
 

Figure 3.
 

Now click on the OK button and move on the form. Form look like this now.

menu 4.gif
 

Figure 4.
 

Now save and run the application and move the mouse up the books.

menu5.gif
 

Figure 5.

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.