Orlando
|
| Posted: 09/06/2004, 8:36 AM |
|
I´m working with MS-SQL on ASP... in CSS I format the nombers as $0.00 but when I see the page on the web, it replaces the period by a comma 123,00
How can I fix this....
|
|
|
 |
Tuong Do
|
| Posted: 09/07/2004, 11:41 PM |
|
Change your Locale identifier
It is in the project setting
"Orlando" <Orlando@forum.codecharge> wrote in message
news:6413c84155077e@news.codecharge.com...
> I´m working with MS-SQL on ASP... in CSS I format the nombers as $0.00 but
> when
> I see the page on the web, it replaces the period by a comma 123,00
> How can I fix this....
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
Rookie
|
| Posted: 09/08/2004, 6:55 AM |
|
I had this problem too... the solution is:
1. Go to Regional Settings
2. Click on Default (the button on the left corner)
3. Choose the System default setting (US or Latin American Countries uses the period as decimal separator) you can choose one of them.
thats all.
|
|
|
 |
|