The date field I was going to load into the calendarcontrol is occasionally null. How do I set thecalendar control if this occurs?calSingleDate.SelectedDate = ?
Check for null object and set Selected date only if NOT null...