Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does numeric TextBox exist?
Message
General information
Forum:
ASP.NET
Category:
Forms
Title:
Does numeric TextBox exist?
Miscellaneous
Thread ID:
00992436
Message ID:
00992436
Views:
58
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.
Next
Reply
Map
View

Click here to load this message in the networking platform