Try writing Format and Parse event handlers for the binding to convert
empty string to empty datetime
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr
fSystemWindowsFormsBindingClassFormatTopic.asp
http://www.akadia.com/services/dotnet_databinding.html#Format%20and%20Parse%20Ev
ents%20of%20the%20Binding%20Class
http://www.eggheadcafe.com/ng/microsoft.public.dotnet.framework.windowsforms.dat
abinding/post109933.asp
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
> Hi,
>
[quoted text clipped - 11 lines]
>
> Thanks
mark - 02 Dec 2004 18:25 GMT
Sijin,
I'm a bit confused about the meaning of an empty DateTime.
Are you saying set this field to DBNull in the Parse event? Because
a DateTime cannot be set to null. The runtime throws an error.
Thanks
> Try writing Format and Parse event handlers for the binding to convert
> empty string to empty datetime
[quoted text clipped - 23 lines]
> >
> > Thanks