disabled web controls -- I can barely see them

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default disabled web controls -- I can barely see them

    This is one of those petpeevs that have been bottled up inside.

    Disabled web controls are so lightgrey, the user can barely see them. I
    understand with textboxes, I can set the ReadOnly property to false, and
    prevent the user from editing it, but what do you do with check boxes if you
    don't want it editable. It is so lightgrey that I have to look real
    closely.

    Any workarounds?


    David Guest

  2. Similar Questions and Discussions

    1. Control.Controls bug? Control's child controls missing at the run time.
      Hello, ..NET 1.1/VB.NET: I have a custom web control Public Class DatePicker Inherits Control Implements INamingContainer
    2. Why the properties of web user controls which inherted from my custom base UI controls MISSED?
      Why the properties of web user controls which inherted from my custom base UI controls MISSED? How should I to set enable?
    3. preloader barely flashes when viewed w/ broadband
      hey everyone. i made a site not long ago with preloaders. the problem they are having now is that when the person viewing the site has high speed...
    4. user controls: dynamiclly added child controls dont survive post back ?
      hi, i have some strange behaviour: i've created a web user control that add's some child controls (e.g: textbox, image buttons) to its control...
    5. Cannot enable disabled controls with client-side javascript
      Hi, I have an aspx page where some controls are initially disabled by the code-behind 'Page_Load' event. I want these controls to be dynamically...
  3. #2

    Default Re: disabled web controls -- I can barely see them

    I had a similar case with a check box in a grid. So when I am in read mode,
    instead of making it disabled, I rather show a check mark image if it is
    checked and nothing if it is not checked. You can also change the background
    color of the textbox to grey (or any color) to make it look like a disabled
    texbox, after you make it read only. If you do nothave a check mark image I
    can send it to you or you can take one from the web.

    "David" <nospam@nospam.com> wrote in message
    news:jIZVa.24998$Vp.1113416@twister.socal.rr.com.. .
    > This is one of those petpeevs that have been bottled up inside.
    >
    > Disabled web controls are so lightgrey, the user can barely see them. I
    > understand with textboxes, I can set the ReadOnly property to false, and
    > prevent the user from editing it, but what do you do with check boxes if
    you
    > don't want it editable. It is so lightgrey that I have to look real
    > closely.
    >
    > Any workarounds?
    >
    >

    abacnet Guest

  4. #3

    Default Re: disabled web controls -- I can barely see them

    Hi,
    Not really workaround but another approach to the problem. One of my
    clients hire UI specialist that build css file for all the controls so
    they will be "friendly" to users, even color blinds ones.
    Since I'm using Developersdex to participate in the news group I cant
    attach files. If you want the css file e-mail me directly.

    Natty Gur, CTO
    Dao2Com Ltd.
    28th Baruch Hirsch st. Bnei-Brak
    Israel , 51114

    Phone Numbers:
    Office: +972-(0)3-5786668
    Fax: +972-(0)3-5703475
    Mobile: +972-(0)58-888377

    Know the overall picture


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Natty Gur Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139