Questions tagged [aspmenu-control]
42 questions
17
votes
12 answers
How to get rid of ugly asp:Menu flickering?
I'm using the asp:Menu control on an ASP.NET 4.0 Webforms page with table-free rendering mode:

Slauma
- 175,098
- 59
- 401
- 420
8
votes
4 answers
Database design for Magazine website with flexible horizontal menus
I need to design a CMS based website using asp.net web form (c#) and MS SQL Server as backend database for a magazine website which will have weekly issues.
Sample Data
MagazinePages Table
PageID PageName LangID PagePositionNo PageURL …

Learning
- 19,469
- 39
- 180
- 373
3
votes
6 answers
How can I disable the Menu control from styling itself in javascript?
I'm using Visual Studio 2010 and ASP.NET 4.0 to render a Menu control as an HTML list so I can style it using CSS. Here is the code I am using below

Cory
- 12,404
- 7
- 33
- 28
3
votes
1 answer
Item space between in menu item is not working in asp.net
I'd like give a space between asp.net menu item. Hence, I tried with the staticmenuitemstyle and horizontalpadding="10" attribute which was suggested by some other post in SO. But, It's not working.

Smaug
- 2,625
- 5
- 28
- 44
2
votes
2 answers
Using ASP.net Menu Control with a sitemap
I have following sitemap defined:

Ant Swift
- 20,089
- 10
- 38
- 55
2
votes
3 answers
ASP.NET: Menu make parent items non-hyperlinks?
I have an asp:Menu control driven by a web.sitemap file.
For example, the menu is like:
Fruit
- Apple
- Orange
- Strawberry
Color
- Blue
- Red
- Yellow
In the sitemap, the specific fruits are children of the "Fruit" siteMapNode (likewise for the…

User
- 62,498
- 72
- 186
- 247
1
vote
0 answers
vertical toggle for asp submenu items
I'm working on asp menu with vertical orientation and trying to toggle the submenu items in same list.
I want to achieve something like this.
and right now i've submenu in extended list like this.
Following is my code.

waqar ahmed somra
- 141
- 1
- 5
- 16
1
vote
1 answer
Asp.net Menu Control - enable tab drop or scrolling
I have an asp.net menu control embedded into a div in my website.
My problem is I will have 15 to 20 menus and the menu control looks cluttered when I show all the menus something like the below.
I am thinking of applying css to the menu control…

Karthik Venkatraman
- 1,619
- 4
- 25
- 55
1
vote
0 answers
IE 8 Pull Down Menu is not working in IE10
I have pull down menu which is working fine in IE8 without any issues but not working in IE 10. Not even able to click the menu in IE10. Also I checked in IE 10 compatibility mode, but still not working. Below is the code I have written and loading…

user2933584
- 11
- 1
1
vote
1 answer
Centering asp:menu item's when there are multiple rows of menu items
you can replicate my problem with this small code snippet.
…

clamchoda
- 4,411
- 2
- 36
- 74
1
vote
2 answers
how to assign menu control to sub-node of sitemap on masterpage
i am using menu controls on my master-page and have used sitemap data-source to populate it. It shows main node on menu. is there a way that it populates the menu with sub-nodes of my master node rather than using default "home" ie masternode as…

draculla13th
- 47
- 7
1
vote
0 answers
How to get the ASP.NET Menu Control to display a nested list without it's dynamic behavior?
Using the ASP.NET Menu control, I would like to have the markup returned be nested unordered lists without the dynamic behavior.
In other words, I would like to set my StaticDisplayLevels to the full depth of the datasource, without the resulting…

mmcglynn
- 7,668
- 16
- 52
- 76
1
vote
0 answers
ASP Menu 4.0 AJAX client failed to load
I have a simple ASP.NET 4.0 site (no MVC). Just a Master page containing header, menu and footer. I added the script manager in the Master page too. The menu is an ASP.NET Menu control. Everything is OK on my development machine, but as soon as I…

Patrice Cote
- 3,572
- 12
- 43
- 72
1
vote
1 answer
ASP.NET Menu Control getting padded with white space on IE8
If you have used the ASP.Net menu control on your website and recently updated your browser to IE8, you will probably have noticed your menu no longer renders properly. You may also have noticed this in Firefox as well. The menu will probably look…

AndyM
- 120
- 8
0
votes
1 answer
Generate Menu from the database using asp:Menu control programatically not working
I am trying to create dynamic menus from the database using the following example
http://www.dotnetfunda.com/articles/article1477-how-to-create-a-menu-in-aspnet-using-aspmenu-control.aspx
I a modified the Code which is posted below only displays…

Learning
- 19,469
- 39
- 180
- 373