Possible Duplicate:
How do I make a textbox that only accepts numbers?
Hi All
I Want Create a Numeric TextBox that Accept Numeric Keys And Then Separate Number with Comma. Please Help Me for ...
Possible Duplicate:
How do I make a textbox that only accepts numbers?
Hi All
I Want Create a Numeric TextBox that Accept Numeric Keys And Then Separate Number with Comma. Please Help Me for ...
You're looking for the NumericUpDown
control and its ThousandsSeparator
property.
there is a full-featured sample DecimalTextBox control that can be installed from here: http://download.microsoft.com/download/0/8/7/087e6a47-7306-4a5c-ad97-d1ffd58d712e/DecimalTextBox.msi
best regards