i have 4 properties like these
public string strLastName { get; set; }
public string strSpeciality { get; set; }
public string strProfession { get; set; }
public string strUserName { get; set; }
public string strPassword { get; set; }
public string strRegDate { get; set; }
now how can i set NULL Value for strRegDate property? i don t want use IF statement, thanks