Sir this is my first post in c# section:
I want to apply this format to textbox
123,456,789
What type of textbox should I use?Textbox or MaskedTextbox
and how to apply format like this 999,999,999
Is there any specific property in propery window or I should use some procedure?
Please help