DateTimePicker DBNull

  • Thread starter Thread starter Peter Borremans
  • Start date Start date
P

Peter Borremans

Hello,

Does anyone of you has a custom datetimepicker which supports DBNull but
doesn't show the checkbox in the datetime control?
I want that the datetimepicker shows an empty text when the bound field
contains DBNull as value...


Any help is appreciated


Peter
 
Hi Peter,

if I remember, you should set Format property to "Custom" and then
CustomFormat property to something that you want to represent DBNull value.

Vlado
 
Back
Top