Well, you haven't told us anything about: 1. Is this a windows or web app?
2. What control is being used as a Menu? 3. Are you binding this XML to the Menu control? Where is the code that parses this XML and creates menu items? 4. What do mean "it doesn't work" ? What error is encountered? On Sep 19, 7:56 pm, crocboy25 <[email protected]> wrote: > Hello Group, > > Pretty basic issue but I am an XML newbee. I have an XML menu with > clickable dropdowns. One the menu, if you click a menu item a list of > items appears below as normal. I am trying to make one of those item > in that group also clickable with another list appearing when you > click that one. Pretty much a nested menu. Here is the code for the > menu I have so far. I have tried adding another <MainMenu>...</ > MainMenu> tag inside the "main" main menu but that doesnt work. Can > anyone provide some help? Thank you... > > <Menu> > <MainMenu Label="Admin Duties" BaseURL="" MenuID="17" > MainSecurity="I" MenuSequence="6" ImageUrl="themes/ > triangle_blueS.gif"> > > <SubMenu Label="Reopen Incident" URL="ReopenIncident.aspx" > MenuID="17" Security="I" SubMenuID="1" SubMenuSequence="1" > CongSpecific="N" ImageUrl="themes/triangle_blueS.gif" /> > > <SubMenu Label="Reopen Suppression Bill" URL="ReopenSuppBill.aspx" > MenuID="17" Security="I" SubMenuID="1" SubMenuSequence="1" > CongSpecific="N" ImageUrl="themes/triangle_blueS.gif" /> > > <SubMenu Label="Remove 209" URL="Remove209.aspx" MenuID="17" > Security="I" SubMenuID="1" SubMenuSequence="1" CongSpecific="N" > ImageUrl="themes/triangle_blueS.gif" /> > > <SubMenu Label="Delete NOV" URL="Remove209.aspx" MenuID="17" > Security="I" SubMenuID="1" SubMenuSequence="1" CongSpecific="N" > ImageUrl="themes/triangle_blueS.gif" /> > > </MainMenu> > > </Menu> -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
