Weird culture settings problem
- From: "Dan" <nospam@xxxxxxxx>
- Date: Sun, 23 Oct 2005 22:31:27 +0100
Hi,
I'm having a really basic problem parsing a simple UK date string. The
following line works fine in a WinForms app, but not in my ASP.net form:
DateTime dt = DateTime.Parse("23/10/2005",
System.Globalization.CultureInfo.CreateSpecificCulture("en-GB"));
The culture setting seems to be ignored even though I'm explicitly
specifying it. Does anyone know what could be overriding this???
Cheers,
Dan
.
- Prev by Date: Re: How to handle null values in DataBinder.Eval()
- Next by Date: button OnClick override ignored but only under certain conditions?
- Previous by thread: Re: how to bind to Content in different aspx files to one master page
- Next by thread: button OnClick override ignored but only under certain conditions?
- Index(es):