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
0
votes
0 answers

ASP:Menu is not properly working in IIS

I have an asp menu which is working great in debug mode but when website is published it does not work in IIS. Below is working fine in Visual Studio 2010 Debug mode: But child menu not appear when hover on this menu in IIS: Here is html code &…
Yahya Hussaini
  • 88
  • 1
  • 1
  • 13
0
votes
1 answer

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 the custom control: protected void…
Collin Estes
  • 5,577
  • 7
  • 51
  • 71
0
votes
1 answer

ASP:Menu not shown correctly in IE10 and IE11, but looks aliright in Chrome, FF and till IE9

I am using a asp:Menu control to create a tabbed navigation. The project was created in .Net 4.0. The following is used to create tabs:
0
votes
1 answer

ASP Menu float property is not working

I have an asp menu, I want to float it to left so the element after it can come to its right side (beside) it. I've set a CssClass for the Menu and added float: leftto it, but it is not working. I've even changed the float:left to float:right to see…
Dania
  • 1,648
  • 4
  • 31
  • 57
0
votes
0 answers

asp menu - how to style as I need

I am trying to take a menu/sitemap object in vb.net and create a specific set of code to style, the menu code is pretty simple:
Andrew
  • 437
  • 7
  • 18
0
votes
1 answer

ASP:Menu children stays visible

First of all, I want to say that I still think this site has the best answers. Helped me a lot throughout this year. Basically, I have looked everywhere but have come up empty. Ok, so I will try and keep this as simple as I can: I have an ASP:Menu…
0
votes
0 answers

MenuItem.NavigateUrl appending to URL instead of redirecting

Here is my c#; string myUrl = "www.facebook.com" menuItem1.NavigateUrl = myUrl; here is my markup But when I click the menu item, it appends to the url and does not redirect I get…
clamchoda
  • 4,411
  • 2
  • 36
  • 74
0
votes
1 answer

Asp:menu - submenu mouse out and delay hide time

I am using Asp.net menu control, and I try to delay the hiding of submenu items. On submenu items when the mouse leaves the li element then the submenu disappears instantly. But I want a 2 seconds delay. How can I do this ? Thanks.
JrCabbry
  • 43
  • 7
0
votes
0 answers

jQuery asp:Menu link replacement

I have an control that has a horizontal layout, and is supplied data by an XML file based on the user. When I run launch the page from localhost, the mouseover on the HOME node gets replaced by the jQuery script. When I click on another node in…
Andrew
  • 2,801
  • 1
  • 26
  • 27
0
votes
2 answers

show asp menu in c# webbrowser

I have developed a web browser in c# using System.Windows.Forms.WebBrowser But it doesn't show "asp:Menu" items at my pages. I've use this code in my asp project:
user1642860
  • 25
  • 1
  • 1
  • 4
0
votes
2 answers

How to load aspx inside content or update panel

Sorry for this pretty simple question: I have a Master Page with a menu located at left, and an update panel inside a ContentPlaceHolder located at right. When I click a menu item, and use NavigateUrl property, it loades a page in the whole browser…
phalanx
  • 497
  • 5
  • 17
  • 33
0
votes
1 answer

Custom Server Control: Inherited from Menu class, how and exactly what to render

I built a custom control for all my applications that would render menu taking name of the respective application and logged in user roles and render the menus accordingly. I am using an already written javascript for rendering menu that is loaded…
Taha Rehman Siddiqui
  • 2,441
  • 5
  • 32
  • 58
0
votes
1 answer

Cant change the font color on asp menu in sharepoint 2013

I am trying to edit the navigation, which uses an asp menu control....I have done everything else apart from the font color; I just cant get it to work. I have tried adding the StaticSelectedStyle-CssClass="StaticSelectedStyle" line, and others like…
Callum Holden
  • 41
  • 1
  • 7
0
votes
1 answer

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: http://s2.imgimg.de/uploads/UnbenanntesBild661673a8png.png Now,…
PassionateDeveloper
  • 14,558
  • 34
  • 107
  • 176
0
votes
1 answer

Asp:menu control css not working proper after publish and upload

I'm developing and asp.net web application.In that application i uses an asp menu control and apply a css class to that menu control.Css works fine when i debug the project. But after publishing and uploading on web hosting account.It doesn't show…
Ashish Rathore
  • 2,546
  • 9
  • 55
  • 91