Questions tagged [aspmenu-control]
42 questions
0
votes
2 answers
Change CSS Style with jquery in following HTML
I am working on one of the asp.net project which uses Drop-down Menus from from Dynamic Drive
After using it with asp.net Menu control asp.net automatically adds styles to it. I want to replace part of CSS Style using jQuery from the following code.…

Learning
- 19,469
- 39
- 180
- 373
0
votes
2 answers
Would Asp.net controls render HTML based on the client?
I have asp:menu control on my page. Never had any problems with it, until my Firefox was updated to v17.
The asp:menu control generates Table in asp.net 3.5. But I have CssAdapter that generate unordered-list instead. But on FF v17 its not working…

Null Head
- 2,877
- 13
- 61
- 83
0
votes
1 answer
What causes the extra blank line after menu items in my ASP.NET Menu under IE8?
I am using asp:Menu for the first time and running into a problem.
I have a horizontal menu with four options. The third option is "Filter". Hovering over "Filter" produces a vertical drop-down menu with several options, two of which are "Filter…

DaveInATL
- 51
- 7
0
votes
1 answer
asp.net web.config authorization attributes working in visual studio, but not on publish
Thanks for any help.
Edit
this has been altered from the initial question, as no answers had been posted, and the problem evolved in more detail
I am trying to complete an asp.net 4.0 web application. I am struggling to manage folder based…

Brent
- 4,611
- 4
- 38
- 55
0
votes
1 answer
ASP.NET Routing block asp.net menu control from showing horizntal sub menus
I am working on a project which is complete & while testing & found that ASP.NET Routing blocks menu from showing up on pages with friendly URL (ASP.Net 4.0, C#)
Routing Code
routes.MapPageRoute("ActivityRoute",…

Learning
- 19,469
- 39
- 180
- 373
0
votes
1 answer
ASP:Menu : Need to apply CSS to make bulleted lists
I am using ASP:Menu and I would like to have the menu shown as below. Please suggest how to apply the CSS and what changes should I make?
Products
Instock
Out-of-Stock
Orders
Purchase Orders
Sales Orders
Back Orders
Invoices
ASP:Menu code is…

NewCoder
- 99
- 4
- 13
0
votes
1 answer
CSS issue with Asp.net Menu control in Internet Explorer 8
I worked previously with ASP.Net Menu control & it worked fine, In my latest project i am using the same menu control but for some reason menu keeps on adding additional space on left side of menu when clicked. Please look at two screenshots.
I have…

Learning
- 19,469
- 39
- 180
- 373
0
votes
1 answer
All css classes not loading in webpage
I have an application converted to VS 2010. The asp:menu's css classes are not loading completely. When i click on compatible view of browser, the css works fine.
Any idea on what can be the issue and how it can be fixed ?
Code for reference:

RMN
- 754
- 9
- 25
- 45
0
votes
1 answer
How set CSS on MenuItem in MenuItemDataBound
I've been trying to find a way to style the asp.menu control for a while. Many of the examples online were not helpful as the attributes for setting styles does not work (ie StaticMenuItemStyle-CssClass="SOMECLASS"). So I was hoping there was a way…

Anna
- 239
- 1
- 7
- 21
0
votes
0 answers
drop menu as menu control asp.net
i have a simple menu control here is the code

skhurams
- 2,133
- 7
- 45
- 82
0
votes
1 answer
DIVS not validating when used in a custom ASP:Menu
My Code below is generated from a StaticItemTemplate in an ASP:Menu.
The code and the link does as it pleases, however it fails validation.
Output code is as follows

Welsh King
- 3,178
- 11
- 38
- 60
-1
votes
1 answer
Can i make Asp.Net Menu Dynamic Items show outside parent DIV without using position: absolute?
i'm having a problem that the dynamic items of the menu are inside the Container div while i need to make them show up outside it without the need to use absolute to asp.net menu
The Main point is that Asp.Net Menu is clipped by so the rest of…

Final Heaven
- 11
- 3