Hi
In my application,I used Date Picker & time picker seperately.
I use the below code to avoid null values
In my application,I used Date Picker & time picker seperately.
I use the below code to avoid null values
If
RadDatePicker1.IsEmpty Then
RadDatePicker1.SelectedDate = "01/01/2000"
End If
My problem is how to clear the data in raddatepicker1 when clicking new button
Also when I retrieve the data from the database, if the date in the database is "01/01/2000"
,I need the raddatepicker1 control data is empty.