asp:textbox not display in IE

  • Thread starter Thread starter ajiwu
  • Start date Start date
A

ajiwu

I have .net code <asp:textbox id="txtUser" runat="server"
cssclass="field-125"></asp:textbox>

It's not display on my local system which running Winxp with .net
framework 1.1 installed.

It's running good on the server. I can not figure out why the textbox
is not showup.

In this code <asp:customvalidator id="cusvFailure" runat="server"
ForeColor=" " Display="None" ErrorMessage="The User Name or Password
was incorrect. Please try again.">Login failure</asp:customvalidator>,
Login failure is been displayed not the error msg. So the valid is not
runnned.

Any help? Thanks in advance.

Amy
 
Back
Top