i

ASP.Net A Complete Guide

Newer ASP.NET Controls

Menus

Menus are useful in such a scenario when there are hierarchical data available. The Menu control is used to navigate through the pages. Below are two types of menu.

Static Menu: Throughout the application means for the entire pages menu will be constant, and that will never be changed.

Dynamic Menu: That will display only when the parent item open.

Styles of Menu Control

Sr.No

Style

Description

1

StaticSelectedStyle

Apply the style to the selected static items.

2

DynamicSelectedStyle

Apply the style to the selected dynamic items.

3

StaticMenuItemStyle

Apply the style to the individual static menu items.

4

DynamicMenuItemStyle

Apply the style to the individual dynamic menu items.

5

StaticMenuStyle

Apply the style to the parent box in which all menu items appears.

6

DynamicMenuStyle

Apply the style to the parent box in which dynamic menu items appears.