You are Here: FAQ ->Scripting & Programming->ASP->Article #4


WebHosting Microsoft-Edition This Article is for 1&1 Microsoft Web Hosting Only.


When I get prices from my database they have commas in. How can I fix this?




What you need to do is either create a global.asa with this below script in, or you can edit the existing one, by adding this script into the existing one.
<SCRIPT RUNAT=Server Language=VBScript>
SUB Session_OnStart
        Session.lcid=1033
END SUB
</SCRIPT>


Print Article
How useful was this article?
(From 5 = Very Useful to 1 = Not Very Useful at all):
1 2 3 4 5