Dear Experts.
Can you shared a code on how to display number with comma and decimal in HTML <input>
1. for example after typing the number 1500 it will display like 1,500
2. for example after typing the number 1500.25 it will display like 1,500.25
I am using ASP.Net Core MVC C#
Thanks a lot..