How to display a decimal type using ASP?

lindaklu

New Member
Hi all,
I'm trying to display a decimal data field however the trailing zeros for some reason get truncated. Ex. 100 would display 1, 150 would display 15. Please help. I'm coding in ASP.
I even tried to round up the to 2 decimal places but still don't help FormatNumber(rs("quant"),2).
Has anyone encountered a similar problem??
Please email me at lindaklu@hotmail.com.
Thanks
 
Top