Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. RadioButton List Disabled Problem

RadioButton List Disabled Problem

Scheduled Pinned Locked Moved ASP.NET
help
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sonia_basangar
    wrote on last edited by
    #1

    Hi to all i used Radiobuttonlist for displaying the two radio buttons Gross & Net & also i am having a checkbox on form when i click this checkbox then this radio buttons should be enabled. I make this radiogross disabled on page load event. but it is not getting enabled.

    V S 2 Replies Last reply
    0
    • S sonia_basangar

      Hi to all i used Radiobuttonlist for displaying the two radio buttons Gross & Net & also i am having a checkbox on form when i click this checkbox then this radio buttons should be enabled. I make this radiogross disabled on page load event. but it is not getting enabled.

      V Offline
      V Offline
      varshavmane
      wrote on last edited by
      #2

      I guees u should not use Radion Button List...

      1 Reply Last reply
      0
      • S sonia_basangar

        Hi to all i used Radiobuttonlist for displaying the two radio buttons Gross & Net & also i am having a checkbox on form when i click this checkbox then this radio buttons should be enabled. I make this radiogross disabled on page load event. but it is not getting enabled.

        S Offline
        S Offline
        Sandeep Akhare
        wrote on last edited by
        #3

        You can use this code make AutoPostback property true of the Checkbox Write this code in Page load if (CheckBox1.Checked) { RadioButtonList1.Enabled = true; } else RadioButtonList1.Enabled = false;

        Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups