Can someone tell me how to configure OOTB AspMenu control to get the following: < Ul>
Basically, navigation The envelope should appear as follows (assuming that the child sites and / or pages in the subsites are hidden, but which are hidden):
Starting a node - subsection 1 - subset 2 - page 1 - heading - Page 2 - Page 3 - <3>
I use this functionality by using the properties of aspen menu control There is no way to get it, so I explicitly removed it instead and MenuItemDataBoundEvent Child items in SubSite form have been run as follows: Protected Zero Current NavigationManayu EmDataBound (Object Sender, MenuEventArgs E) {// Hide the content of the subsite (only level-1 link below the headings Are displayed). If (E. ITEM parent! = Null & amp; IT Item Parent.Selective) e. ITEM mother-father. Hair element Remove (E. Items); }
Comments
Post a Comment