R
R.A.M.
Hello,
I am learning .NET and I have such problem:
I have a page with a number of TextBox controls - all of them are
white. Unexpectedly of of them is yellow.
Here definition of the control:
E-mail: <asp:TextBox ID="Email" runat="server" ValidationGroup="Email"
/>
<asp:RegularExpressionValidator ID="ValidationOfEmail" runat="server"
ValidationGroup="Email" ControlToValidate="Email"
ValidationExpression="([\w\-]+\.)*[\w\- ]+@([\w\- ]+\.)+([\w\-]{2,3})"
/>
I don't use CSS. For instance: Name: <asp:TextBox ID="Name"
runat="server" ValidationGroup="Name" /> is white.
Please help.
Thank you!
/RAM/
I am learning .NET and I have such problem:
I have a page with a number of TextBox controls - all of them are
white. Unexpectedly of of them is yellow.
Here definition of the control:
E-mail: <asp:TextBox ID="Email" runat="server" ValidationGroup="Email"
/>
<asp:RegularExpressionValidator ID="ValidationOfEmail" runat="server"
ValidationGroup="Email" ControlToValidate="Email"
ValidationExpression="([\w\-]+\.)*[\w\- ]+@([\w\- ]+\.)+([\w\-]{2,3})"
/>
I don't use CSS. For instance: Name: <asp:TextBox ID="Name"
runat="server" ValidationGroup="Name" /> is white.
Please help.
Thank you!
/RAM/