Hello,

I am reading a record from a SQL DB which has the datatype set to "money". In my webpage (ASP) I now want to display this "money record" just read in the format 999,999,999.99.

How can I do this??

By just doing a response.write var it DOES show me the right value, but in the format 999999999 - also excluding the decimal!!

Any help or suggestions please.

Thanks,
T