this is weird. Any other date works, but when I send back MinDate 1/1/0001 12:00:00 AM to SQL 2008's Date field, it remains the default which I have set to null in the databse for that field:
conn.AddParam("@birthDate", birthDate);
birthDate is type DateTime. It's set to DateTime.MinValue; I don't see why it wouldn't take this.C# Web Developer