Why the DateTimePicker doesn’t accept Null value or “” is there any Solution for that?
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: Dim nul As System.DBNull DateTimePicker1.Value = nul.ToString
Dim nul As System.DBNull DateTimePicker1.Value = nul.ToString
Forum Rules