0 It sets in which direction menu control will render. It has two possible values:
Orientation.Horizontal - The Menu control is rendered horizontally.
Orientation.Vertical - The Menu control is rendered vertically.
By default is Vertical.
- <asp:menu id="NavigationMenu"
- staticdisplaylevels="2"
- staticsubmenuindent="10"
- orientation="Horizontal"
- dynamichorizontaloffset="10"
- target="_blank"
- runat="server">
-
- <items>
- <asp:menuitem navigateurl="Test.aspx"
- text="Home"
- tooltip="Home">
- <asp:menuitem navigateurl="Test1.aspx"
- text="Music"
- tooltip="Music">
- <asp:menuitem navigateurl="Test2.aspx"
- text="Classical"
- tooltip="Classical"/>
- asp:menuitem>
- items>
- asp:menu>
0 Orientation generally means to show vertically or horizontally