Ne arayalım?

ARAMIZA KATILIN

BİZE ULAŞIN

Adres:

E-posta:

host/bin/bilisimlife.dll

iletisim@bilisimlife.net




 
Usurname
Öğrenci
       
 25  
 54

The conversion of a varchar data type to a datetime data type resulted in an out-of-range value çözümü

Merhaba. "the conversion of a varchar data type to a datetime data type resulted in an out-of-range value" hatası alıyorsanız:

public DateTime StartAt { get; set; } olan metodu aşağıdaki gibi değiştirin

Çözümlü:
public DateTime? StartAt { get; set; }

Noname.