Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Does numeric TextBox exist?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Titre:
Does numeric TextBox exist?
Divers
Thread ID:
00992436
Message ID:
00992436
Vues:
59
Before I spend too much time on creating my own custom NumericTextBox I wanted to check if something like that exists in the framework, or if the functionality I want can be obtained by TextBox properties.
I would like a NumericTextBox to obay the following rules:
- Only numeric values can be entered (0-9, ',' , '.' , '-' and '+')
- Property for min and max value
- Property for using thousand separator or not
- Property if decimal is allowed or not

In VFP I could easily do this using the inputmask property, and I was wondering if there was something as easy as that in C#.

Thanks,
Einar
Semper ubi sub ubi.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform