@Mudassar: thank you for the reply, but my requirement is different.
Requirement:
In my web page, I have 3 texboxs in which user had to key-in Amount.
I want that, when user enter amount then after mouse out from textbox, it should automatically take comma after every 3 number.
Example: If user entered: 123456
then after mouse out: 123,456.00
Is it possible without using Javascript?
How to do this please reply