Questions tagged [aspmenu]

The ASP.NET Menu control allows both statically and dynamically displayed menus for ASP.NET Web forms pages

The ASP.NET Menu control allows both statically and dynamically displayed menus for ASP.NET Web forms pages. Use this tag for questions on creating dynamic or static content for the display levels, Theming and responding to navigation events.

MSDN: Menu Control Overview

75 questions
1
vote
4 answers

How can I get working in Safari?

On the safari browser, the standard doesn't render well at all. How can this be fixed?
deepcode.co.uk
  • 1,464
  • 1
  • 14
  • 22
1
vote
2 answers

how to change fontcolor of asp:menu that read items from sitemap

how can i change my fontcolor of asp:menu that it read items from sitemap? ccsClass not worked on it! this is my code:
user1586569
1
vote
2 answers

Change the link on a sitemap based on if a user is logged in?

I have a sitemap that has a link for when a user is not logged in, but when they do login, the link should change, for example, nonmember.aspx should change to member.aspx. This sitemap is tied to an asp:menu. Does anyone know how to do this?
Xaisoft
  • 45,655
  • 87
  • 279
  • 432
0
votes
1 answer

ASP.NET horizontal menu with submenu appearing below, also horizontal

I've got a horizontal menu with UL/LI markup that I want to convert to an ASP:Menu in .net 3.5. I'd like choices in the submenu to be rendered in a horizontal menu below the main menu when the main menu option is clicked. I also want to: indicate…
Caveatrob
  • 12,667
  • 32
  • 107
  • 187
0
votes
1 answer

asp:Menu in master page pushes the content below on hover

I’m working on asp.net web site in .net 4.0 framework (VS 2010) in Win XP SP2. In site.master page I have a control and it is populated dynamically. All is well in populating the control, but when mouse is hover on this menu item, it displays…
0
votes
0 answers

ASP.NET Menu is not rendered correctly when using RegisterStartupScript

I've been working through an issue where I want to update some control states prior to downloading a file. Using info from other StackOverflow users, I've arrived at a solution that works 'mostly'. I'm updating my controls in the main button click…
WadeL
  • 1
  • 2
0
votes
1 answer

ASP:MENU I need to show submenu items only on click

I have an asp:menu and I have for eg 3 menuItem: First Second Third and the second item have 2 submenuItems i want to show the 2 submenuitems only when I click on the Second menuitem not when I hover the mouse over. I'll put the code of menu…
user951083
  • 59
  • 1
  • 6
0
votes
1 answer

ASP.NET Menu Caching?

I am currently adding functionality in a website that uses the Menu web control. Within the website there are different roles which require a different set of navigation options to appear depending on that role, to complete this task I have added a…
RJF
  • 141
  • 1
  • 3
  • 12
0
votes
1 answer

How to make menu's second level static

I am using an asp:menu control to display a menu. It uses a SiteMapDataSource for it's data. I would like to see make the top two level static and the other levels appear if the mouse hover's over them. Here is the code.
Varun Dave
  • 179
  • 1
  • 2
  • 12
0
votes
1 answer

Asp:Menu and Internet Explorer 8 Issue?

I installed Internet Explorer 8 and now the menu items under the top-level menu items are not being shown. The background is just white. If I check it it in IE6 or IE7, the menu items show up fine. Has anyone seen this?
Xaisoft
  • 45,655
  • 87
  • 279
  • 432
0
votes
2 answers

ASP:Menu.SelectedValue not working

I've been trying to use ASP:Menu.SelectedValue property but it is not working so if anyone has used this before please read on. Here is the code.
user123
  • 17
  • 1
  • 5
0
votes
1 answer

static menuitem background color in asp:menu for selected item

I am working in asp.net with the asp:menu menu system. When the user selects a menu item, I want the background color to persist so they know what tab they are in. I am trying to achieve this with jquery and overlaying the menu item once the…
0
votes
1 answer

ASP.NET Dropdown Menu not refreshing data

I am constructing an ASP.NET Menu using an asp:XmlDataSource and setting the Data property and binding the Menu. Everything works well until I have to change the menu. For instance when I remove a menu item from the xml and set the Data to a new…
netwisedev
  • 41
  • 7
0
votes
2 answers

Different asp:menu on a user basis

I have a oracle database which stores menu and user data, for a local Intranet. The data includes which usesr have access to which pages. Originally I created a class which extened the StaticSiteMapProvider class, however when this went in to the…
jpgooner
  • 731
  • 2
  • 7
  • 12
0
votes
3 answers

dynamicaly add menu itmes to asp:Menu

I have a defined asp:Menu in design time in the master page. I want to in the master page code behind in the page-load event a check that if the user is in the developer role, then they will get an additional set of menu items. how do i use c# to…
kacalapy
  • 9,806
  • 20
  • 74
  • 119