Groups | Blog | Home
all groups > asp.net > january 2006 >

asp.net : Yellow Textbox


archana
1/31/2006 10:33:47 PM
Hi all,

I am new to asp.net.

I have one html page containing 4 input boxes for accepting input from
user.

When i copy same html page to aspx page to add this 4 textboxes and run
this aspx page,
i am getting background of some text boxes as yellow even if i haven't
set background.

But in html page it is not displaying background color as yellow.

Can someone tell me why this is happening.

Any help will be truely appreciated.

Thanks in advance.
Steve C. Orr [MVP, MCSD]
1/31/2006 10:38:19 PM
It's likely one of those toolbars you installed in your browser. For
example, the Google Toolbar colors fields yellow when it feels they're
elligible for auto-fill.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net



[quoted text, click to view]

crazy
1/31/2006 11:36:13 PM


hi arc,
i dont know its reason,
u can avoid this by clicking an "autofill" option in ur browser and
disable it.

dont afraid ,it happend only in ur machine browser doesnt affect ur
project.
[quoted text, click to view]
Mark Rae
2/1/2006 6:40:12 AM
[quoted text, click to view]

Because you've got the Google toolbar (or something similar) installed, and
have AutoFill turned on...

Kevin Spencer
2/1/2006 10:27:59 AM
As a follow-up to Steve's reply, one must be careful when developing web
applications about the sorts of "embellishments" one adds to the browser(s)
being used to test the software. As illustrated in this situation, it can
impede the ability of the tester to evaluate the end-user interface.

Personally, I tend to add nothing in the way of add-ons which affect the
browser interface, for this very reason.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Who is Mighty Abbott?
A twin turret scalawag.

[quoted text, click to view]

Beegee
2/1/2006 10:28:12 AM
Hi
As said this is because of the google toolbar installed inyour computer. You
can change the settings by going to the Options --> uncheck the Auto fill

Bhuvanesh


[quoted text, click to view]

AddThis Social Bookmark Button