Tagged Questions
The aspmenu tag has no wiki summary.
6
votes
10answers
11k views
asp.net menu control not rending correctly in safari
The site I'm working on is using a Databound asp:Menu control. When sending 1 menu item it renders HTML that is absolutely correct in Firefox (and IE), but really messed up code in Safari and ...
3
votes
2answers
607 views
Tweaking ASP.NET Menu control like a mega dropdown
Platform:
Website development on ASP.NET 4.0(Webforms) with C#.
Situation:
My rendered ASP.NET Menu control is horizontal and has three levels of data.
And I have set StaticDisplayLevels="1" so that ...
3
votes
1answer
3k views
StaticMenuItemStyle vs. StaticSelectedStyle - Does one overwrite the other?
I am building a custom asp:menu control in ASP.NET using C# code behind. It is based on the sitemap to my website. Here's the basics of the menu:
<%@ Control language="C#" autoeventwireup="true" ...
3
votes
4answers
2k views
Can you have to 2 url's that point the the same page in an asp:Menu control?
I have an asp:Menu and it contains a top level menu item that points to http://www.abc.com/one.aspx. When you hover over the top level menu item, it shows a dropdown and one of the selections is One ...
2
votes
3answers
431 views
Anyone have a workaround for the aspnet menu control not rendering properly in ie8?
I am programming asp.net in C# using vs2008.
My app runs fine in ie7, but the drop down menu does not render in ie8. A white rectangle shows up instead of the menu items. I checked viewsource and ...
2
votes
3answers
3k views
Asp.Net Horizontal Submenu
How do I create an asp:Menu that has a horizontal submenu rather then a vertical one while keeping the top menu horizontal?
2
votes
2answers
10k views
ASP.NET 2.0: How to bind an asp:Menu to an SqlDataSource?
i've found how to bind an asp:Menu to XML. i've found how to bind an asp:Menu to a site map (which is really binding it to XML). How do you bind an asp:Menu to a database?
The .NET Framework provides ...
1
vote
0answers
78 views
How to Remembering Selected Menu Item on asp:menu control
Work on Asp.net C# 2008.My master page look like
I've got a menu control that I'm using for my navigation. It's bound to a sitemap datasource ,datasource value comes from database and that works ...
1
vote
1answer
148 views
PathSeparator is not rendering in asp menu control
PathSeparator is not rendering in asp menu control, below is my code
<asp:Menu ID="Menu1" runat="server" Orientation="Horizontal" PathSeparator=">" StaticDisplayLevels="10">
<Items>
...
1
vote
2answers
358 views
ASP.NET Menu control changing position after postback
I am currently testing a menu in ASP.NET I've recently made using asp:menu control.
The menu is just as I want it to be right now, but whenever there is a postback that updates the whole page, it ...
1
vote
2answers
589 views
IE8 Compatibility View breaks asp:menu
I need to have my ASP.NET web application support both 8 and prior versions of the IE browser. However, when I click the "broken page" button on my IE8 address bar to switch to Compatibilty View, ...
1
vote
1answer
1k views
running javascript function each MenuItem from Asp:Menu
I want to run an simple javascript function on each MenuItem from an asp:menu.
asp:Menu ID="_mainMenu" runat="server" ClientIDMode="Static" EnableTheming="False"
...
1
vote
1answer
1k views
How to remove SiteMapNode from asp:MENU Control that defined in web.sitemap
I have navigation defined in web.sitemap and I want programmaticly disable some siteMapNode. How is it possible?
For example I have next node:
And I want disable node if it has roles="Admin"
...
0
votes
0answers
40 views
Populate Menu with XML Data response from Ashx Handler
AM trying to load Menu from Xml response returned by ashx handler.
Data is loaded when I use the total path like
XmlDataSource1.DataFile = "http://localhost:15887/MenuXmlHandler.ashx";
But ...
0
votes
2answers
63 views
Asp.net Menu Control - Dynamic menus show on page load
I have an Asp.Net Menu control that displays across the top of our page. When the page is loaded, all the dymanic menus (the ones that fly out on mouseover) display until the page finishes loading, ...
0
votes
1answer
44 views
Turn off link on menu items without URLs
I am building a menu for my asp.net application using the Menu control which is in turn being fed by a table via a Hierarchical data object. It works great, except that I cannot figure out how to ...
0
votes
1answer
86 views
Strange visual artifact in the ASP.NET menu with a Master page
I was wondering why am I getting this weird visual artifact?
I have a web app ASP.NET project that is configured with a master page. The master page has the top menu like so:
<asp:Menu ...
0
votes
0answers
234 views
<SharePoint:AspMenu> StaticMenuItemStyle CssClass property doesn't work (for me)
In SharePoint 2010 with a <SharePoint:AspMenu> component configured as follows:
<SharePoint:AspMenu id="V4QuickLaunchMenu" runat="server" DataSourceId="QuickLaunchSiteMap" ...
0
votes
1answer
52 views
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 ...
0
votes
0answers
67 views
Menu is not rendering third level sub menus.
Using C# and .NET 4.0, I have built a IHierarchicalDataSource that I am using to feed a standard ASP.NET Menu control. The menu is set up to display the first level as static, and subsequent levels ...
0
votes
1answer
296 views
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 ...
0
votes
0answers
83 views
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 ...
0
votes
1answer
32 views
asp menu orientation
Hello I have an asp:menu in my website that is ignoring my horizontal declaration and is rendering vertically.
<asp:Menu ID="mnuMain" runat="server" Orientation="Horizontal" BackColor="#414042" ...
0
votes
1answer
87 views
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 ...
0
votes
2answers
134 views
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.
<asp:Menu ID="Menu1" runat="server" ...
0
votes
1answer
140 views
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 ...
0
votes
0answers
113 views
unable to load menu from Cache
I am beginner in ASP .Net.
I've created a "ASP.Net Web Application", on my Site.Master I've "
I've created one user and after successfully logged in I am filling one menu item inside "Home" menu ...
0
votes
0answers
411 views
asp:Menu using asp:AnimationExtender to fade in MenuItem
Hi I am trying to fade in an asp:menu asp:menuitem text using the AnimationExtender, but I cannot seem to find a way to pass an ID of a MenuItem to the AnimationExtender. It seems that property ...
0
votes
2answers
225 views
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 ...
0
votes
1answer
294 views
Difference between these WebKit ASP:Menu fixes
I know there are a ton of posts on the ASP:Menu vs. WebKit issue in general, but I cannot find one that answers my question.
I frequently see people recommending two different methods to fix the ...
0
votes
3answers
506 views
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 ...
0
votes
2answers
4k views
How to align asp:Menu in DIV tag?
My CSS looks like this:
#menu
{
width: 1024px;
height: 25px;
margin: 0 auto;
text-align: right;
background-color: Red;
}
My asp page looks like this, (in fragment):
<asp:Menu ...
0
votes
1answer
91 views
ASP:Menü: complete Menu margin?
I have a ASP:Menü in vertical style.
The MainItem is only 1 Button, deisgned by a Image (no text, pure image).
The ChildItems are normal Text.
Here is a very high zoomed screenshot: ...
0
votes
2answers
891 views
New window on ASP Menu click
I have a Intranet page that has a Site.map driven ASP Menu control that drives the entire site.
For most of my pages pushing the user to a new content page within the current window is great.
...
0
votes
2answers
401 views
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 ...
0
votes
1answer
8k views
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 ...
0
votes
1answer
447 views
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. ...
0
votes
1answer
58 views
Custom dynamically created Menus producing some strange errors
The background is I have a custom control that is a asp:Menu that is linked to an xmldatasource. The xmldatasource is created dynamically depending on the user privies. Here is the load event for ...
0
votes
4answers
1k views
How can I get <asp:menu> working in Safari?
On the safari browser, the standard <asp:Menu> doesn't render well at all. How can this be fixed?