Backcolor changes

M

Matt

I'm having a problem when I place ASP:Textbox controls on a form. During
design time the control's backcolor is set to white. When I run the project
in debug mode or deploy the page to a test web server, the backcolor for
some of the fields changes to yellow.

I've reviewed the HTML and don't see anything in there that would change the
color. I've also EXPLICITLY set the BackColor property to white and the
controls still change to yellow. The controls are placed in various fields
in a table. I've double-checked the bgcolor and backcolor properties of the
table and also explicitly set those values to white. Those changes also had
no effect.

I've also removed the CSS just in case that might affect something. I've
removed the controls and replaced them on the form, also with no success.

Does anyone have any idea why this is happening? Please help!!
 
G

Guest

Hi Matt,

hope u got mad with this problem :).

Fine... actually you don't need to do anything in your application.

If there are any requiredfields then this boxes will turn into yellow bgcolor.
It's the behaviour of browser , on coz of some toolbars or control you
installed.

I too had same problem some time before after I removed some of the toolbars
and activex controls from the control panel...the problem got solved.

So, nothing to change in your application.

Cheers,

Jerome. M
 

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

Top