Showing posts with label appearing. Show all posts
Showing posts with label appearing. Show all posts

Wednesday, March 28, 2012

Text Box with yellow background?

Some of the text boxes on my form are being displayed with a yellow backgound, even though the yellow boxes are coded the same as the boxes appearing with a white background. Any ideas what is causing this annoying behaviour?

Thanks....Franco

Its a by product of your Google toolbar, not ASP.NET :}

DOH!


Thanks Curt. You are absolutely right. I wouldn't have thought of that in a thousand years!

Franco

text boxes appearing differently

I am trying to create a simple user control for a person's name, It will ask for first name, middle name, last name, and suffix.
For some reason the text box associated with suffix is appearing with a background of while while all the others have a background of yellow. The properties are all the same for each of the boxes.
I have determined this is due to my google bar. Any idea what I can do to ensure consistency without removing the google bar?
<code>
<html>


First Name:You must enter a first name for the provider
Middle Name:
Last Name:You must enter a last name for the provider
Suffix: (e.g. Jr. , M.D. , etc.)

</html>
</code>

Yep, here ya go:
http://code.jenseng.com/google/