Possible Duplicate:
Force ASP.NET textbox to display currency with $ sign
In jQuery, what's the best way of formatting a number to 2 decimal places?
I've a textbox control on my ASP.NET page which accepts amount of Money. If it is entered as 500, I want to display it as 500.00.Using textchanged event I couldn't solve the problem in C#.Hope javascript will do it.Can anyone help me out by providing the required javascript or any other way?