Results 1 to 2 of 2

Thread: Why the DateTimePicker doesn’t accept Null value or “”

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Location
    jeddah
    Posts
    9

    Why the DateTimePicker doesn’t accept Null value or “”

    Why the DateTimePicker doesn’t accept Null value or “”
    is there any Solution for that?

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Re: Why the DateTimePicker doesn’t accept Null value or “”

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width