Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maxlength Property
Message
From
24/08/2010 19:51:54
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 4.0
Miscellaneous
Thread ID:
01478153
Message ID:
01478260
Views:
21
>>.I ran into something similar when my stored procedure was trimming a value selected for a column in an insert. Apparently, for that particular row, the length of the field in SQL was being reset. Once I changed my insert code, the problem went away.

This was something similar.

The textbox.text data originates in a vfp table. Debugging showed that although there were only 3 characters, the textbox thinks that the text contains 10 (the length of the VFP field), making it equal to the maxlength of textbox.

I trimmed the textbox.text and the problem went away.
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform