Originally posted by vwnet
Why the DateTimePicker doesn’t accept Null value or “”
is there any Solution for that?
ummmm , Did you try this :
VB Code:
  1. Dim nul As System.DBNull
  2. DateTimePicker1.Value = nul.ToString