Hi
i am getting error - Operator < cannot be applied to operands of type string and DateTime?
if (objGrpResult.GrpSessionStartDate != null) if (Convert.ToDateTime(ltrlSessionDate).ToString("dd-MM-yyyy") < objGrpResult.GrpSessionStartDate)
Thanks