Use this...if is column null i want to show this value in selection changed
- private DateTime emptydate = DateTime.Parse("2018-01-01 00:00:00");
How to setup this line for selection changed
- vrijemeodjaveDateTimePicker.Value = string.IsNullOrEmpty(vrijemeodjaveDateTimePicker.Value == emptydate) ? ((object)DBNull.Value : vrijemeodjaveDateTimePicker.Value;
Nitin SontakkePosted Mar 24, 2018, 10:57 PM
Rafnas T PPosted Mar 25, 2018, 6:10 AM
Goran BibicPosted Mar 25, 2018, 2:39 AM
Bryian TanPosted Mar 24, 2018, 11:02 PM