Applying divider images to dynamic items : Menu « Asp Control « ASP.Net






Applying divider images to dynamic items

 
<asp:Menu ID="Menu1" 
          Runat="server" 
          DataSourceID="SiteMapDataSource1" 
          DynamicBottomSeparatorImageUrl="myDivider.gif">
</asp:Menu>

 








Related examples in the same category

1.Using the MenuItemClick event (C#)
2.Using the MenuItemClick event (VB)
3.Using custom images
4.A simple use of the Menu control
5.Style menu
6.Adding a hover style to static items in the menu control
7.Adding a hover style to dynamic items in the menu control
8.Forcing the menu items to use a horizontal orientation
9.Menu with CSS style
10.Menu control
11.Menu style: Orientation, StaticSubMenuIndent
12.Data Binding with Menu Control
13.Menu style