Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

asp:TextBox question

Status
Not open for further replies.

tarz2

ISP
Joined
Jun 18, 2007
Messages
4
Location
CA
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top