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
 
The Google toolbar did the trick. Don't know how you found this but
thanks a lot.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top