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