[CLOSED] Can't read value from disabled checkbox

  1. #1

    [CLOSED] Can't read value from disabled checkbox


    I
    have a disabled checkbox that I set its value via javascript with the
    setRawValue() method. When I do postback I try to read its value server
    side with checkbox.Value and they are allways in false state (not checked).
    If I enable the checkbox it works fine.


    Regards.
  2. #2

    RE: [CLOSED] Can't read value from disabled checkbox

    Hi,

    Disabled controls is not submitted by browsers. It is default behaviour. You can check with ASP.NET checkbox
    For AjaxEvent we remove this limitation but we don't manage classic form submitting (postback)


    Therefore if you make postback then you need have enabled control

Similar Threads

  1. Disabled checkbox loses value on postback
    By zach in forum 1.x Help
    Replies: 6
    Last Post: Nov 09, 2011, 3:32 PM
  2. Replies: 7
    Last Post: Sep 20, 2010, 10:06 PM
  3. Replies: 5
    Last Post: Sep 02, 2010, 9:49 AM
  4. [CLOSED] Disabled Checkbox is always false and shows enabled true.
    By Sharon in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 12, 2009, 4:10 AM
  5. Can't read value from disabled textfield
    By Ares in forum 1.x Help
    Replies: 4
    Last Post: Jul 01, 2009, 5:33 PM

Posting Permissions