Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text Box default len() ?
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00786299
Message ID:
00786607
Vues:
18
You can use Victor's suggestion to use varchar instead of char (char pads the data with spaces on the right). If you do this, remember that you need to remove all the padding after you change the field definition.

Also setting MaxLength property of the Textbox fixes it in Winforms. See if that will fix it on Webforms.


>Sucker grows in WIDTH.
>
>Blow up is as follows:
>Cannot set column 'ap_fill1' to 'p8-123 '. The value violates the MaxLength limit of this column.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform