Hello all. I'm reasonably new to ASP so be gentle with me.
I am trying to display an amount in pounds sterling; eg
£100.00
I have a MONEY field in a SQL Server database, but whenever I try and display it in ASP I get it in dollars;
$100.00
I have been using the FormatCurrency function - is there a better way. I have checked both the server and the client PC for regional settings, and they are both set to £ signs. Are there some other settings in IIS that determine the currency symbol etc..?
Please help - this is driving me mad.




Reply With Quote