Conversion from String "" to type 'Date' is not valid

Hi,
Try to use this: Date.ParseExact(TempDate.ToString, “dd.MM.yyyy”, System.Globalization.DateTimeFormatInfo.InvariantInfo)

Where: Date.ParseExact(You date at strind, “format you date”, System.Globalization.DateTimeFormatInfo.InvariantInfo)