Using Null in DateTimePickers
From: John Smith (js_at_no.com)
Date: 08/27/04
- Next message: Nicholas Paldino [.NET/C# MVP]: "Re: Using Null in DateTimePickers"
- Previous message: Nicholas Paldino [.NET/C# MVP]: "Re: Paranoic about real number imprecisions"
- Next in thread: Nicholas Paldino [.NET/C# MVP]: "Re: Using Null in DateTimePickers"
- Reply: Nicholas Paldino [.NET/C# MVP]: "Re: Using Null in DateTimePickers"
- Reply: Tom Porterfield: "Re: Using Null in DateTimePickers"
- Reply: Ignacio Machin \( .NET/ C# MVP \): "Re: Using Null in DateTimePickers"
- Reply: John Smith: "Re: Using Null in DateTimePickers"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 27 Aug 2004 09:01:50 -0400
Hey folks,
I have a DateTimePicker control on my Windows Form. Whenever I either:
a) Don't give it a value
b) Set it's value to Null
c) Set it's value to ""
It makes the date today's date.
I need it to be empty though. How do I make it empty? It represents a
field in my database which legitimately can be null and so I can't show it
as todays date.
Thanks a lot for the help!
(I posted a similar message a couple of days ago without a response, but
it's really important and time is of the essence so I'm trying again)
- Next message: Nicholas Paldino [.NET/C# MVP]: "Re: Using Null in DateTimePickers"
- Previous message: Nicholas Paldino [.NET/C# MVP]: "Re: Paranoic about real number imprecisions"
- Next in thread: Nicholas Paldino [.NET/C# MVP]: "Re: Using Null in DateTimePickers"
- Reply: Nicholas Paldino [.NET/C# MVP]: "Re: Using Null in DateTimePickers"
- Reply: Tom Porterfield: "Re: Using Null in DateTimePickers"
- Reply: Ignacio Machin \( .NET/ C# MVP \): "Re: Using Null in DateTimePickers"
- Reply: John Smith: "Re: Using Null in DateTimePickers"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|