Menu control error on client side

Tech-Archive recommends: Speed Up your PC by fixing your registry



Hi



I am new to asp.net and need help with menu control. I have a master
page which has a menu control (Vertical) that has submenus and it uses a
Sitemap.

The submenu is hidden on the masterpage when viewed in Visual express
window but on the cleints side both menu are dislayed. Here is my code





-----Code--

menu.aspx

<asp:Menu ID="Menu1" DataSourceID="SiteMapDataSource1" runat="server"

BackColor="#FFFFFF" DynamicHorizontalOffset="2" Font-Names="Verdana"

ForeColor="#090E8C" StaticSubMenuIndent="10px">

<StaticSelectedStyle BackColor="#FFFFFF" ForeColor="#090E8C" />

<StaticMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />

<StaticHoverStyle BackColor="#090E8C" Font-Bold="False"
ForeColor="#8E8E99" />

<DynamicMenuStyle BackColor="#8E8E99" ForeColor="#090E8C" />

<DynamicSelectedStyle BackColor="#8E8E99" />

<DynamicMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />

<DynamicHoverStyle BackColor="#090E8C" Font-Bold="False"
ForeColor="#8E8E99" />

</asp:Menu>



----Sitemap--

menu.sitemap

<?xml version="1.0" encoding="utf-8" ?>

<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0"; >

<siteMapNode url="Default.aspx" title="Home" description="Home Page">

<siteMapNode url="~/Admin/admin.aspx" title="Admin"
description="Administration Webpage" >

<siteMapNode url="~/Admin/AFeedPage.aspx" title="A feed"
description="A Administration Webpage" />

<siteMapNode url="~/Admin/BFeedPage.aspx" title="B feed"
description="B Administration Webpage" />

</siteMapNode>

<siteMapNode url="~/Sales/sales.aspx" title="Sales"
description="WebPage for Sales Team to check" >

<siteMapNode url="~/Sales/Asales.aspx" title="A Sales feed"
description="WebPage for Sales Team to check" />

<siteMapNode url="~/Sales/Bsales.aspx" title="B Sales information"
description="Audit Report for Sales Team" />

</siteMapNode>

</siteMapNode>

<siteMapNode url="~/Allusers/ContactInfo.aspx" title="Contact
Information" description="User Contact Information" roles="*" />

<siteMapNode url="~/Allusers/AboutUS.aspx" title="About Us"
description="About US" roles="*" />

</siteMapNode>

</siteMap>




.



Relevant Pages

  • Need help with Menu control
    ... I am new to asp.net and need help with menu control. ... I have a master ... page which has a menu control that uses a Sitemap. ... The submenu is hidden on ...
    (microsoft.public.dotnet.framework.aspnet)
  • roleProvider and Windows Authentication
    ... I have a sitemap file containing all of the pages in my application so far. ... have a menu control on a master page which uses this sitemap as it's ... description="Create a new register based upon an issued reigster template" /> ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • 2.0 Noob needs help with sitemap
    ... Could not find the sitemap node with URL '~/Web.sitemap'. ... I have a master page that has a menu control and a SiteMapDataSource on it. ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Reference A var on Master Page from User Control
    ... following to the Page_Load event of the Master Page: ... Public sub OnCurrentUser(sender as Object, e as UserInfoEventArgs) Handles ... The login User control will check what roles they have and create a User ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Conversion of RS232 serial data from Fire Alarm to MODBUS
    ... Fire Alarm and will response to requests/polls from a Modbus Master ... Read the documentation that comes with the control. ...
    (sci.engr.control)