Ask a Question related to ASP.NET General, Design and Development.
-
David #1
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
-
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 -
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? -
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... -
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... -
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... -
abacnet #2
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.. .you> 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> don't want it editable. It is so lightgrey that I have to look real
> closely.
>
> Any workarounds?
>
>
abacnet Guest
-
Natty Gur #3
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



Reply With Quote

