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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T16:00:38+00:00 2026-05-10T16:00:38+00:00

I have a form with some radio buttons that are disabled by default. When

  • 0

I have a form with some radio buttons that are disabled by default.

When a value gets entered into a text box, the radio buttons are enabled via javascript. The user then selects one of the radio buttons and clicks on a submit button which posts back to the server.

When I get back to the server, the radio button that user clicked is not showing as checked. I’ll use ‘rbSolid’ as the radio button I’m focusing on.

I handle the ‘onclick’ event of the radio buttons, but I don’t have the function doing anything yet other than firing:

Me.rbSolid.Attributes.Add(‘onclick’, ‘styleLookupChanged(this);’)

On the client, this enables the radio button when the textbox value is changed:

document.getElementById(‘ctl00_MainLayoutContent_WebPanel4_rbSolid’).disabled = false;

I then click the radio button then post back via a button, but back on the server this is always false:

If Me.rbSolid.Checked Then…

If I have the radio button enabled by default, it shows as checked correctly.

Thanks for any help!

  • 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. 2026-05-10T16:00:38+00:00Added an answer on May 10, 2026 at 4:00 pm

    This has to do with how ASP.NET postback data. If a control is disabled control.enabled = false when the page is rendered than the values will not be posted back to the server. How I have solved it in the past is to set the disabled flag using attributes tags instead of using the Enabled property. So instead of control.enabled = false, you use control.attributes.add("disabled", "disabled").

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

Sidebar

Related Questions

I have a script that reads a form and puts some info into a
Say you have a web form with some fields that you want to validate
I have several strings in the rough form: [some text] [some number] [some more
I have a form with multiple fields that I'm validating (some with methods added
I have an Access form where each record has some info that is computed
I have subclassed Form to include some extra functionality, which boils down to a
I have a simple form with some plain html input like bellow using ASP.NET
If I have a HTML form with some embedded div s, and after the
On a website if I have a form where the user can input some

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.