473,408 Members | 2,888 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

HELP: Yellow TextBox ??

I'm developing a ASP.NET/VB.NET web application. (VS.NET 2003)

I've created several webpages, but on two pages one textbox colors yellow
(the background) and I can't get the background to appear as White as it
should by default. Even setting the background to Red doesn't prevent it,
the textbox still appears with a yellow background. With or Without using a
stylesheet the textbox still appears with a yellow background.

The textbox is drawn within a table just like the other textboxes who DO
have a standard white background. I'm going crazy here... When I look at the
source code of the page using 'View source' in my IE6SP1 browser I don't see
anything that would indicate the background should be yellow for that
particular control.

I know it's not much to go on but ...

Any help is greatly appreciated.

If anyone needs additional info please let me know.
Jurjen de Groot
G.I.T.S. Netherlands.

Nov 17 '05 #1
4 6882
By any chance did you recently install Google's Toolbar 2.0 Beta? It has a
new feature called AutoFill and it highlights any textboxes that it knows
information for with a yellow background.
"Jurjen de Groot" <in**@gits-online.nl> wrote in message
news:eI**************@TK2MSFTNGP10.phx.gbl...
I'm developing a ASP.NET/VB.NET web application. (VS.NET 2003)

I've created several webpages, but on two pages one textbox colors yellow
(the background) and I can't get the background to appear as White as it
should by default. Even setting the background to Red doesn't prevent it,
the textbox still appears with a yellow background. With or Without using a stylesheet the textbox still appears with a yellow background.

The textbox is drawn within a table just like the other textboxes who DO
have a standard white background. I'm going crazy here... When I look at the source code of the page using 'View source' in my IE6SP1 browser I don't see anything that would indicate the background should be yellow for that
particular control.

I know it's not much to go on but ...

Any help is greatly appreciated.

If anyone needs additional info please let me know.
Jurjen de Groot
G.I.T.S. Netherlands.

Nov 17 '05 #2
Axel,
I'm not sure what you mean by *directly* do you mean setting the BackColor
property ? I've done that, but when the page displays that's overridden and
background color is set to yellow. I've changed the control's ID from
txtEmail to textbox1 but there's no difference. I even deleted the control
from the page and created a new textbox, still the same result.

I've just been trying some things and on one of the pages, I use plain text
in the left Cell and a text box in the ajoining cell if the text reads
'e-Mail' then the textbox appears yellow, if the text reads 'blabla' then
the textbox appears white. Very strange.... I also tried putting a label in
the left cell instead of using text but that makes no difference.

If I create a label and a textbox outside of the table and I put 'eMail' in
the Label1.Text then the Textbox also has a yellow background.

The yellow background of the Textbox on the other page (txtPostcode) does
not change if I remove the text 'Postcode' in front of it like the text
'Email' does on this page.

I'm really going nuts here...
Hope you can help me ...
Kind regards,
Jurjen de Groot
G.I.T.S. Netherlands

"Axel Dahmen" <No****@NoOneKnows.de> wrote in message
news:u$**************@TK2MSFTNGP11.phx.gbl...
What if you apply a style *directly* to the Textbox control? Doesn't the
background colour change? Does the Textbox control belong to a particular
class? Have you tried changing the controls' IDs?

HTH,
Axel Dahmen

---------------------------
"Jurjen de Groot" <in**@gits-online.nl> schrieb im Newsbeitrag
news:eI**************@TK2MSFTNGP10.phx.gbl...
I'm developing a ASP.NET/VB.NET web application. (VS.NET 2003)

I've created several webpages, but on two pages one textbox colors yellow
(the background) and I can't get the background to appear as White as it
should by default. Even setting the background to Red doesn't prevent it,
the textbox still appears with a yellow background. With or Without using a stylesheet the textbox still appears with a yellow background.

The textbox is drawn within a table just like the other textboxes who DO
have a standard white background. I'm going crazy here... When I look at the source code of the page using 'View source' in my IE6SP1 browser I don't see anything that would indicate the background should be yellow for that
particular control.

I know it's not much to go on but ...

Any help is greatly appreciated.

If anyone needs additional info please let me know.
Jurjen de Groot
G.I.T.S. Netherlands.

Nov 17 '05 #3
Axel,
I just created a new webapp, changed my pageLayout to FlowLayout (as I
always do), then painted a label and a textbox next to each other.
Label1.Text = 'eMail' then hit F5 and guess what, the textbox
backgroundcolor = Yellow
If I create some spaces between the label and the textbox and place another
textbox in between the first label and textbox and then run it, then the
backgroundcolor of the textbox closest to the label turns yellow ?
regards, Jurjen.

"Axel Dahmen" <No****@NoOneKnows.de> wrote in message
news:u$**************@TK2MSFTNGP11.phx.gbl...
What if you apply a style *directly* to the Textbox control? Doesn't the
background colour change? Does the Textbox control belong to a particular
class? Have you tried changing the controls' IDs?

HTH,
Axel Dahmen

---------------------------
"Jurjen de Groot" <in**@gits-online.nl> schrieb im Newsbeitrag
news:eI**************@TK2MSFTNGP10.phx.gbl...
I'm developing a ASP.NET/VB.NET web application. (VS.NET 2003)

I've created several webpages, but on two pages one textbox colors yellow
(the background) and I can't get the background to appear as White as it
should by default. Even setting the background to Red doesn't prevent it,
the textbox still appears with a yellow background. With or Without using a stylesheet the textbox still appears with a yellow background.

The textbox is drawn within a table just like the other textboxes who DO
have a standard white background. I'm going crazy here... When I look at the source code of the page using 'View source' in my IE6SP1 browser I don't see anything that would indicate the background should be yellow for that
particular control.

I know it's not much to go on but ...

Any help is greatly appreciated.

If anyone needs additional info please let me know.
Jurjen de Groot
G.I.T.S. Netherlands.

Nov 17 '05 #4
Chris,

As a matter of fact, I did that just last week.
I've been going crazy about this since last night, I've spent hours trying
to find the problem !!
I just tried the site on my XP machine on which I didn't install the google
toolbar and it works just fine there.

Thanks a million !!
Jurjen.
"Chris Becker" <sl*****@hotmail.com> wrote in message
news:e4**************@TK2MSFTNGP11.phx.gbl...
By any chance did you recently install Google's Toolbar 2.0 Beta? It has a new feature called AutoFill and it highlights any textboxes that it knows
information for with a yellow background.
"Jurjen de Groot" <in**@gits-online.nl> wrote in message
news:eI**************@TK2MSFTNGP10.phx.gbl...
I'm developing a ASP.NET/VB.NET web application. (VS.NET 2003)

I've created several webpages, but on two pages one textbox colors yellow (the background) and I can't get the background to appear as White as it
should by default. Even setting the background to Red doesn't prevent it, the textbox still appears with a yellow background. With or Without
using a
stylesheet the textbox still appears with a yellow background.

The textbox is drawn within a table just like the other textboxes who DO
have a standard white background. I'm going crazy here... When I look at

the
source code of the page using 'View source' in my IE6SP1 browser I don't

see
anything that would indicate the background should be yellow for that
particular control.

I know it's not much to go on but ...

Any help is greatly appreciated.

If anyone needs additional info please let me know.
Jurjen de Groot
G.I.T.S. Netherlands.


Nov 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: longhorntx | last post by:
I have a table with following values City STATE COLOR REGION city1 Texas White SW city2 Texas Gray SW city3 Texas Gray SW city4 Nevada Gray PAC c5 Texas Yellow SW c6 Florida Yellow SE...
0
by: Mobile Boy 36 | last post by:
I'm trying to make a very simple Textbox with a FocusColor property...When the focus changes to the control, the backcolor must change automaticly to the color set by the focusColor property....
3
by: A.M | last post by:
Hi, Even I specifically mentioned "white" as background color of all ASP:TextBoxes of my form, Some of them come up with yellow background. I guess it should be kind of ASP.NET behaviour, but...
2
by: OdAwG | last post by:
Hello Again Access GURU's, Need some help with Conditional Formatting and datediff. What I am trying to do is the following: I have three text boxes with dates in them and what I want to do...
5
by: CCLeasing | last post by:
Hello, I have searched google but can not find a straight forward answer to my problem. Hopefuly someone will be kind enough to offer their expertise. Please forgive if this seems a bit convoluted...
0
by: CCLeasing | last post by:
Hello, I have searched google but can not find a straight forward answer to my problem. Hopefuly someone will be kind enough to offer their expertise. Please forgive if this seems a bit convoluted...
1
by: glenn123 | last post by:
Hi, i am just about out of time to produce a working jukebox which has to perform these functions: to play music files when a track is chosen from a list which when the user presses the change genre...
0
by: simon | last post by:
hello, I was hoping someone could help me with an issue (using vb & .net 2.0) I have a datagrid and the first column shown i have an asp:textbox that i basically want to "group by" an ID and only...
2
by: helraizer1 | last post by:
Hi folks, I have a file for my chatbox called data.line, which the posts are in the layout CHATBOXTEXT 7 username=helraizer 1202416953
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.