using DateTimePicker with null entries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have a windows form that includes a datetimepicker control. The form gets
its data from a ASP Web service.

The database field that supplies the data to the DTP control can have null
entries.

Unfortunately the DTP control either displays the correct date when there is
data in the field but when there is no data (null), it displays todays date.

Is there any way of geting the DTP control to display nothing when there is
no entry?

Hoping somebody can help.

Kind regards

Ross Petersen
 
Back
Top