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

  • SEARCH
  • Home
  • 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

My website is VB.NET 2.0. I already opened a it in VS2k8 and told
Website using .NET Framework v3.5, SQL Server 2008, written in C# I have a
Our website runs on ASP.NET v4 and users log in user Forms authentication. We
My website is built using php files. I use trade secret algorithms in these
net website, I would like to add button by which user can view the
My website is configured to display a custom HTML-page when an error occurs. This
my website name is marutiindia.in. I am using two extensions -- module and plugin.
My website is localized in 10 languages, using VS 2010 / vb. When I
Website test page: http://www.lantiis.com/indexold.html jsFiddle: http://jsfiddle.net/Guhb4/7/ I received help with the jQuery and it
The website says it is for .NET 4.0 but that I could compile it

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.