Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3235320
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T17:29:35+00:00 2026-05-17T17:29:35+00:00

In my website I’m using the standard ASP.NET menu control. I already got so

  • 0

In my website I’m using the standard ASP.NET menu control. I already got so far as to write a custom control adapter to get rid of the rather tacky html output that is generated by the default control adapter.

One thing keeps buggering me though. Somehow ASP.NET is generating extra javascript that I don’t want nor need for my menu controls, since I won’t be using any of the dynamic features in the control. I replaced the control adapter, so it doesn’t generate compatible HTML for that.

Anyone got an idea how I can prevent ASP.NET from generating the extra javascript for the menu control?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T17:29:36+00:00Added an answer on May 17, 2026 at 5:29 pm

    This problem cropped up for me after upgraded to ASP.net 4.0 with the installation of vs 2010. The fix is to either force the menu to render as a table or to turn off the new CSS/javascript “features” that 4.0 adds. Settings the menu’s RenderingMode attribute to “Table” fixed this problem for me even though I use a Menu Adapter to render the control with lists.

    <asp:Menu ID="mnuStuff" runat="server" RenderingMode="Table">
        ...
    </asp:Menu>
    

    You can do this site wide setting controlRenderingCompatibilityVersion to 3.5 in the web.config:

    <system.web> 
      <pages controlRenderingCompatibilityVersion="3.5"/> 
    </system.web>
    

    This will eliminate the rendering of inline javascript that asp injects in the base of the page.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Website using .NET Framework v3.5, SQL Server 2008, written in C# I have a
My website is in the root directory, which is /www.lebmotor.com/web/content/ . I am using
This website lists over 250 courses in one list. I want to get the
My website was recently attacked by, what seemed to me as, an innocent code:
Files: Website\Controls\map.ascx Website\App_Code\map.cs I'd like to create a strongly typed instance of map.ascx in
My website makes a lot of requests. I often need to cancel all current
The website works with Wemf and Google Analytics, but they are giving me very
A website of mine will host the usual images, javascript and CSS stylesheets in
My website has been giving me intermittent errors when trying to perform any Ajax
Our website uses Perl to provide a simple mechanism for our HR people to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.