I want to add \",\" to after every group of 3 digits. Eg : when I type 3000000 the textbox will display 3,000,000 but the value still is 3000000. I tried to use maskedte
Get Decimal Value Then set
DecimalValue.ToString("#,#");