hello,
i have a textbox for product price that the user will be able to enter some number and also a column in a datagridview to show the same price too,
is it possible to show the thousands separator as a user types in. like when a user types 1000, it will be shown as 1,000. and if it possible, when i get the value in the textbox, can i convert it to an integer?
thank you
i have a textbox for product price that the user will be able to enter some number and also a column in a datagridview to show the same price too,
is it possible to show the thousands separator as a user types in. like when a user types 1000, it will be shown as 1,000. and if it possible, when i get the value in the textbox, can i convert it to an integer?
thank you
Comment