Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with Textbox
Message
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01217034
Message ID:
01217122
Views:
9
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform