IT SOLUTIONS FOR YOUR BUSINESS   

 
 

Nullable Date Time Picker

Description: Visual Studio comes with the standard DateTimePicker control; however, this control chokes on DBNull values. Since Visual Studio is designed around the concept of binding visual controls to data sources, this seems like a pretty obvious situation to handle. However, the M$ control doesn't. So Claudio Grazioli decided to fix that; see his original code here and his copyleft license here. The version provided here has been upgraded for VS 2005 and is digitally signed.

Usage

  1. Add the control to the project references.
  2. Drag'N'Drop a control onto a form.
  3. Set the databinding value as usual.

Platform: Visual Studio 2005 C# for DOT NET version 2.x.

Download

This control is licensed for "open source" redistribution and use; see the License for details.

31-DEC-2007