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 4033398
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T11:50:35+00:00 2026-05-20T11:50:35+00:00

I am developing a site using Asp.net MVC 3 with Razor. In the _Layout.cshtml

  • 0

I am developing a site using Asp.net MVC 3 with Razor.

In the _Layout.cshtml (the master page) I want to put a logic based on whether or not the browser enables javascript.

What is the simplest way to make this logic?

For the sake of simplicity, let the master page just output as follows:

@if(....)//need to modify
{ <p>javascript enabled...</p>}
else {<p>javascript disabled...</p>}
  • 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-20T11:50:36+00:00Added an answer on May 20, 2026 at 11:50 am

    There’s no way to find this out on the server, therefore there’s no way to find out before the first page is loaded. The best you can do is to put a bit of Javascript into the page that sets a cookie or posts an AJAX response to the server telling it that Javascript is active, so you can do something about it on subsequent page requests. Even apart from the obvious problem of the first page load, it’s a bad strategy since the user may switch off Javascript in the meantime while your server still thinks it’s active.

    Graceful degradation/progressive enhancement are the keywords here. Make your page assume by default that no Javascript is active and act accordingly, i.e. serve plain HTML in either case. Include Javascript that will “upgrade” the site’s functionality if Javascript is active. Let the client figure out if Javascript is working or not and give it the means to work in either case.

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

Sidebar

Related Questions

I've been developing a site using ASP.NET MVC, and have decided to use the
I am using ASP.NET MVC for developing a web site. I am using jquery
I am developing a site using asp.net and C# ( framework 1.1 ). Theres
I'm developing a website (using asp.net-mvc) with a SqlServer 2005 database. I have numerous
I am developing an application using ASP.NET MVC 1 and VS2008. When I deploy
HI, I am developing a ASP.NET App and I want to add elmah. The
I'm developing a site using jQuery, and jQuery UI tabs. For some reason, my
I am currently developing a site and have a need for a javascript-based carousel/slider
I'm developing a site in Visual Web Dev Express, and when I run/debug, I'd
Currently I am developing a site with about seven partial classes, a few icons,

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.