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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top