I am using a DateTimePicker control on my form in a VB 2005 application, which seems fine on selecting dates. However, there are cases where a date is not relevant, or when I'm displaying a record with no date (Null value) in which case the control has to be blank (no text).
How do i get the DateTimePicker to display a blank since the value has to be DateTime?
Start Free Trial