Sorry, but this is a brain phart. I have searched the whole internet, but can't figure this out.
Error: "Unable to cast object of type 'System.DateTime' to type 'System.String'."
if (oDbDataReader.GetString(2) == DateTime.Now.AddDays(-90).ToShortDateString()) //DateCreated
{
oEmp.PasswordCompliance = "Password expired";
}
ifcondition – Lee Jul 12 '12 at 22:05