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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:27:08+00:00 2026-05-25T13:27:08+00:00

I have an asp.net textbox which is disabled and I am setting the value

  • 0

I have an asp.net textbox which is disabled and I am setting the value for the textbox on client side using JQuery.

$('[id$=txtCity]').val('Naperville');

But the problem is when I am trying to save the data. If I say txtCity.Text it is not giving me the value that I set in the client side.

The textbox is disabled and I am seeing the value reflected in the textbox on the client side after the value is set using JQuery. But I am not sure why it is not reflected on the server side.

I found that TextBox with disabled will not be submitted with the form on postback. If that is true, how can I submit those values and get that on server side in the code behind.

Please help. Thanks and appreciate your feedback.

  • 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-25T13:27:08+00:00Added an answer on May 25, 2026 at 1:27 pm

    You can always “un-disable” the field before posting. E.g.,

    $('form').submit(function() {
      $(this).find(':input:disabled').removeAttr('disabled');
    });
    

    And of course using readonly fields, as per Knix’s answer, may be a viable solution as well.


    Edit: just read your comment on Knix’s answer, so it sounds like dynamically removing the disabled attribute before posting may be the way to go.

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

Sidebar

Related Questions

I have some C# / asp.net code I inherited which has a textbox which
I have an Asp.Net repeater, which contains a textbox and a checkbox. I need
I have ASP.NET web pages for which I want to build automated tests (using
I have an asp.net TextBox in which I want to check if the text
I have an ASP.NET application which uses JQuery datepicker for picking dates in some
I am using the default asp.net MVC 2 syntax to construct TextBox's which are
I have an ASP.NET DataTable which I am populating from another set of ASP:TextBox
I have a textbox asp.net server control. I am modifying the value of textbox
I have a custom search control on my page (asp.net) which contains a textbox
I have an ASP.Net 2.0 textbox which I need to be validated as having

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.