Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with Textbox
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 2.0
Divers
Thread ID:
01217034
Message ID:
01217122
Vues:
8
This message has been marked as the solution to the initial question of the thread.
>I have a strange problem with a textbox. The textbox is supposed to allow user enter up to 15 alphanumeric characters. This works exactly as designed on my PC (in my IE). But on one customer's PC they can only enter up to 8 characters. And another customer can only enter 1 character. All three of us use IE.
>
>The code of the textbox is very simple, as following:
>
><asp:textbox id="txtCostCenter" CssClass="FieldRW" MaxLength="15"
>Visible="True" Runat="server"></asp:textbox>
>
>
>What could be causing such a problem?
>
>Thank you.

Possibly blank spaces in the TextBox's value?
Michael McLain
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform