steveirwin
Programmer
How do you format an integer like 10000 from a sql db into a readable format like 100.00 or $100.00. I am retreiving the info from a select string. The asp page i am using the code <%=rst("ProgramAmount"%> and the value displayes as 10000 I want to display 100.00 or $100.00.<br>Thank in advance. any ideas?