Documentation for this section has not yet been entered.
Instead of using the built-in rendering for a dynamic menu, you can define your own look and feel for a dynamic menu item by using the Menu.DynamicItemTemplate property. To specify a custom template for a dynamic menu item, first place <DynamicItemTemplate> tags between the opening and closing tags of the System.Web.UI.WebControls.Menu control. You can then list the contents of the template between the opening and closing <DynamicItemTemplate> tags. You can further control the style of a dynamic menu by using the Menu.DynamicItemFormatString property.