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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T02:09:06+00:00 2026-05-15T02:09:06+00:00

I am using the Html.DropDownList helper in ASP.NET MVC and I would like to

  • 0

I am using the Html.DropDownList helper in ASP.NET MVC and I would like to make it read-only. Unfortunately, I also need it to submit its value on a form post.

I have found (through a similar question on SO) that using the below format will make the drop down read-only but it will not provide access to the control’s value within the controller.

Html.DropDownList("Types", Model.Types, new { @disabled = "disabled" })

Does anyone know how to make a drop down list read-only or disabled with ASP.NET MVC while also allowing it to submit with a form post?

  • 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-15T02:09:06+00:00Added an answer on May 15, 2026 at 2:09 am

    It’s intended behavior on the web browser side – a disabled control will not post it’s data to the server when a form is submitted.

    You can fake it by putting a hidden field on the page with the value in it – just be sure to validate the data. Or use javascript to enable the field before the submit action happens.

    If you’re disabling a field, but still showing it on the page with some value, then there must be a way for you to know that value without having it send back from the browser to the server.

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

Sidebar

Related Questions

I create a dropdown list by using ASP.NET MVC helper like this, <%=Html.DropDownList(Group,-please select
I have a dropdownlist in my asp.net MVC2 view like this: <% using(Html.BeginForm(temp,Settings)){ %>
I'm having problems using the Html.DropDownList helper on a MVC RC1 form. In the
When I try to bind in an MVC 3 view (using an @Html.DropDownList helper)
I'm building an application using ASP.net MVC 3 and I'm wondering if anyone knows
I am using Html.DropDownList to create an options list like so Html.DropDownList(LogType, new SelectList(Model.LogTypeList,
Why is my dropdownlist not binding? Using the DropDownListFor Razor helper function. View: @Html.DropDownListFor(m
I am using ASP.NET MVC3 and EF 4.1 I have two DropDownList in my
Using ASP.NET MVC 3, I have been struggling to set the selected value for
I have an ASP.NET MVC project in C# using Forms Authentication and Active Directory

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.