Hi Guys

currently developing an asp.net project. grab a record using
the SqlDataReader and do the following line

txtFinishDate.Text = rdrCampaign.Item("FinishDate")

when I debug through, the reader says the date is in dd/mm/yyyy format, but when the page has finished refreshing, the text box is displaying it in mm/dd/yyyy. as far as I know all my regional settings are correct.

anyone got any idea, I'm running XP pro