For some reason if my code includes (Email), the textbox color becomes yellow
<tr>
<td style="width: 207px">Email:
<asp:TextBox ID="TextBox10" runat="server" Height="15px" Width="236px"></asp:TextBox></td>
</tr>
If I change the Emal to another text, the textbox color becomes white, like the rest of the textboxes..
Why does it act different if it sees "Email"?
Thank you
<tr>
<td style="width: 207px">Email:
<asp:TextBox ID="TextBox10" runat="server" Height="15px" Width="236px"></asp:TextBox></td>
</tr>
If I change the Emal to another text, the textbox color becomes white, like the rest of the textboxes..
Why does it act different if it sees "Email"?
Thank you