Bug

J

Jay

I have a very unusual bug. When I use the HTML below in a web form my TextBox is yellow. I cannot set the background color to anything else. In run mode it is always yellow. The key is using Name. If I change Name to anything else no problem. I know this sounds bizare but I have repeated the problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 
B

Brian W

Does this happen on any other pages?

Do you have the Google toobar installed?

Brian W


I have a very unusual bug. When I use the HTML below in a web form my TextBox is yellow. I cannot set the background color to anything else. In run mode it is always yellow. The key is using Name. If I change Name to anything else no problem. I know this sounds bizare but I have repeated the problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 
E

Ed Courtenay

Sounds to me like you've got the Google toolbar installed in your browser. Have a look at the AutoFill settings...
I have a very unusual bug. When I use the HTML below in a web form my TextBox is yellow. I cannot set the background color to anything else. In run mode it is always yellow. The key is using Name. If I change Name to anything else no problem. I know this sounds bizare but I have repeated the problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 
C

Curt_C [MVP]

do you have a CSS linked?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com


I have a very unusual bug. When I use the HTML below in a web form my
TextBox is yellow. I cannot set the background color to anything else. In
run mode it is always yellow. The key is using Name. If I change Name to
anything else no problem. I know this sounds bizare but I have repeated the
problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 
J

Jay

No. I reduced the problem to the simple HTML you see. No style sheet. I repeated the problem by creating another page in the same project where I was having trouble. Then i created another new page in an entirely new project and the same problem.

jay
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message do you have a CSS linked?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com


I have a very unusual bug. When I use the HTML below in a web form my
TextBox is yellow. I cannot set the background color to anything else. In
run mode it is always yellow. The key is using Name. If I change Name to
anything else no problem. I know this sounds bizare but I have repeated the
problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 
J

Jay

I repeated the problem by creating another page in the same project where I was having trouble. Then i created another new page in an entirely new project and the same problem.

I do have the Google Toolbar installed.

jay
Does this happen on any other pages?

Do you have the Google toobar installed?

Brian W


I have a very unusual bug. When I use the HTML below in a web form my TextBox is yellow. I cannot set the background color to anything else. In run mode it is always yellow. The key is using Name. If I change Name to anything else no problem. I know this sounds bizare but I have repeated the problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 
J

Jay

I just ran the website from another pc and indeed there was no problem. I should have thought of doing this long ago. So the culprit might be the Google toolbar.

Thanks.

jay
Does this happen on any other pages?

Do you have the Google toobar installed?

Brian W


I have a very unusual bug. When I use the HTML below in a web form my TextBox is yellow. I cannot set the background color to anything else. In run mode it is always yellow. The key is using Name. If I change Name to anything else no problem. I know this sounds bizare but I have repeated the problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 
J

Jay

You are exactly right. I did have autofill on the google toolbar turned on.

Jay
Sounds to me like you've got the Google toolbar installed in your browser. Have a look at the AutoFill settings...
I have a very unusual bug. When I use the HTML below in a web form my TextBox is yellow. I cannot set the background color to anything else. In run mode it is always yellow. The key is using Name. If I change Name to anything else no problem. I know this sounds bizare but I have repeated the problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 
J

Jurjen de Groot

Jay,

I've had the same problem, the google toolbar is causing this, it recognizes several textbox-names within the form like zipcode city name lastname etc. and colors them yellow, using the AutoFill you can Automatically fill in these yellow fields with information entered in the AutoFill option of the google toolbar. Nothing to worry about.

hope this helps.
Jurjen.
I have a very unusual bug. When I use the HTML below in a web form my TextBox is yellow. I cannot set the background color to anything else. In run mode it is always yellow. The key is using Name. If I change Name to anything else no problem. I know this sounds bizare but I have repeated the problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 
K

Kevin Spencer

The culprit IS the Google Toolbar.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

I just ran the website from another pc and indeed there was no problem. I
should have thought of doing this long ago. So the culprit might be the
Google toolbar.

Thanks.

jay
Does this happen on any other pages?

Do you have the Google toobar installed?

Brian W


I have a very unusual bug. When I use the HTML below in a web form my
TextBox is yellow. I cannot set the background color to anything else. In
run mode it is always yellow. The key is using Name. If I change Name to
anything else no problem. I know this sounds bizare but I have repeated the
problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300"
border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 

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

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top