TextBox BackColor changes when solution is ran

  • Thread starter Thread starter ron
  • Start date Start date
R

ron

I have several TextBoxes on a Web Form. When I run the
project the background color of some of the TextBoxes
changes to a "yellowish" color. Changing the BackColor
property of these TextBoxes seems to have no effect
however the BackColor property did get changed as I
display this in the box. This only happens on some
TextBoxes and not others.

Thanks in advance.
 
Ron, I have the exact same problem(some of them just turn yellow) and even
though I never set background color, it still happens. I haven't been able
to override it either. However, I did kill the boxes in question, then copy
ones that appeared normal, and this fixed it. I'm not sure what it is b/c I
have about 6 pretty big ASP.NET apps and it only happened in one of them.
 
I have started a new form and it ran it after every
step. It was going ok until I started renameing all the
TextBoxes.
 
I had this problem also and found out it was that I had the autofill feature filled on my google toolbar, turned it off and yellow color went away
 
Back
Top