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
<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