Click here to Skip to main content
15,886,422 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI Friends,

I have been using MVC 3.
I want to make the text box in currency formate means when user enter the number then the number should be formated in the following form


100,000,00

please suggest the best way to do this.
how to achive this please suggest

Thanks
Posted
Updated 4-Sep-12 3:14am
v2
Comments
[no name] 4-Sep-12 9:09am    
Google did not know anything about string.Format?

1 solution

You need to do this on client side. There are two approaches:
Masted edit: http://digitalbush.com/projects/masked-input-plugin/[^]
Numeric editor: http://www.decorplanit.com/plugin/[^]
Both are JQuery extensions.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900