Dear All,
I am making a project using ASP.Net and C#.
I have a text box where i enter the amount. What i want is that when the user goes to the next field, i want the amount to the formatted in the following way:
For example, if the entered amount is 100000; i want it to be formatted as
Rs. 1,00,000.00
This Rs. is for Indian Rupees. This can be US Dollors or Euro also.
Request your help please.
Thanks
Sajit
I am making a project using ASP.Net and C#.
I have a text box where i enter the amount. What i want is that when the user goes to the next field, i want the amount to the formatted in the following way:
For example, if the entered amount is 100000; i want it to be formatted as
Rs. 1,00,000.00
This Rs. is for Indian Rupees. This can be US Dollors or Euro also.
Request your help please.
Thanks
Sajit
Comment