Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
2k views

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: <asp:Menu ID="MenuBase" runat="server" DataSourceID="SiteMapDataSourceMenu" ...
1
vote
1answer
1k views

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 ...
0
votes
1answer
25 views

Menu control in Master page wont display throughout the site

I have a very weird/interesting thing that is happening on one of my ASP.NET Web Forms projects. I have created a master page and formatted the layout using CSS. In this layout I've included a Menu ...
0
votes
0answers
42 views

Asp.netMenucontrol+Rolebased menu display+sitemap+Click event

Heloo All... Currently i am implementing my menu using asp.net menu control. I am binding my sitemap where menu items are shown based on roles.I have configured securitytrimmingenabled to "true" for ...
0
votes
1answer
104 views

Why does the asp.net 4 menu control add CSS CDATA to the HTML on page rendering?

I'm running my company site through http://analyze.websiteoptimization.com trying to speed it up, and drop unwanted weight. I was looking through my HTML source code of a rendered page, and noticed ...
0
votes
0answers
85 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
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
0answers
136 views

how to display pop out image left side of items in asp.net menu control

I used a asp.net menu control with right to left style for persian language. i want pop out image in static and dynamic items appear in left side of the item after menu item text. all of the thins ...
0
votes
2answers
215 views

Why arent the “selected” classes not being set for ASP Menu control?

I'm a frontend developer working with a seemingly incompetant .NET dev that cant seem to resolve why the ASP Menu control is not showing the selected menu item. The .NET developer sent me the ...
0
votes
0answers
586 views

asp.net menu control ie8 and ie9 issue

i dont want to switch on compatibility view . I dont want to emulate ie7 on ie8 or ie9 forcefully. Right now the asp menu control shrinks in ie8 and ie9 unless compatibility mode is switched on , ...
0
votes
1answer
438 views

Using ASP.net Menu Control with a sitemap

I have following sitemap defined: <siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" > <siteMapNode url="" title="Root" roles="*"> <siteMapNode ...
0
votes
1answer
414 views

Applying Css Style to Asp:Menu MenuItem

I'm essentially creating a vertical breadcrumb to create a website navigation for a mobile (iphone) website. Similar to maybe how http://news.bbc.co.uk/sport1/hi/football/default.stm works as you ...
0
votes
2answers
179 views

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 ...
0
votes
3answers
857 views

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 <asp:Menu ID="navlist" runat="server" ...
0
votes
2answers
98 views

asp:Menu Not working on webhost

I'm using Visual Studio Web Express 2008 to develop an ASP.Net website. I have a master page that every page inherits from and on that master page I have the asp:menu control. On my local machine the ...