I need to have a Textbox
to show price; decimals like : 12,000,000 OR 1 000 (Price)
with MaskedTextBox
i get : 120,000,00 OR 100 0
I would gladly appreciate it if anyone can help..
Thank You in advance
I need to have a Textbox
to show price; decimals like : 12,000,000 OR 1 000 (Price)
with MaskedTextBox
i get : 120,000,00 OR 100 0
I would gladly appreciate it if anyone can help..
Thank You in advance
You can use
DecimalFormat
like this :Also, check this Link
Hope it will help you!
Try adding this code to
KeyUp
event handler of yourTextBox