Ask a Question related to ASP.NET General, Design and Development.
-
Lachlan James #1
problem with regional & language settings
Hi,
I have an asp.net web form that uses a rangevalidation
control to validate a date field.
My regional settings are set to Australia and it works
fine on my system (winXP).
However on another developers box (Win2000 Server) we get
an error saying that an invalid date format was set for
the validationcontrol (his settings are also set to
Australia, but they were US).
Does anyone know how to solve this problem?
Thanks,
Lachlan
Lachlan James Guest
-
Weird DateTime Regional Problem
Hi, I have a web service that records the status of our engineers, e.g on route, on site, departed or abort current job. This uses... -
Regional settings and web services
I have a web service which returns a dataset. This web service is called by a windows form. If i open the application, change the regional settings... -
Regional Settings Tool?
Is there a tool that will allow me to save or change Windows Regional Settings? I've googled and CPANned without luck. Steve... -
convert numbers from regional form to SQL
On Tue, 22 Jul 2003 17:50:15 +0300, "Sergey Bogdanov" <des@softex.lv> wrote: This isn't actually going to work at all if Number is a number... -
Regional settings
Hi, I'm builiding an asp.net application on a Windows XP Professional machine. My regional settings are dutch but the datatype money is still... -
Lachlan James #2
problem with regional & language settings
I figured it out after a lot of searching. I just added in
culture="en-AU" and uiCulture="en-AU" in the globalization
node in the web.config file.
It seems that on Windows XP this is not required but on
windows 200 Server it is!
Lachlan
>-----Original Message-----
>Hi,
>
>I have an asp.net web form that uses a rangevalidation
>control to validate a date field.
>
>My regional settings are set to Australia and it works
>fine on my system (winXP).
>
>However on another developers box (Win2000 Server) we get
>an error saying that an invalid date format was set for
>the validationcontrol (his settings are also set to
>Australia, but they were US).
>
>Does anyone know how to solve this problem?
>
>Thanks,
>
>Lachlan
>.
>Lachlan James Guest



Reply With Quote

