The SQL Database has datetime columns that do allow null values. I do not want them to reflect 1/1/1800 or 1/1/1900. I want them to reflect NULL if they are null.
My question is what settings need to be made in the BO Mapping as well as the datetime picker control to make this work.
I am using c#.
NullReferenceException Object reference not set to an instance of an object.
Source : MicroFour StrataFrame UI
Stack Trace: at MicroFour.StrataFrame.UI.Windows.Forms.DateTimePicker.CreateManualCaret() at MicroFour.StrataFrame.UI.Windows.Forms.DateTimePicker.OnGotFocus(EventArgs e) at System.Windows.Forms.Control.WmSetFocus(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.DateTimePicker.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativewindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativewindow.WndProc(Message& m) at System.Windows.Forms.Nativewindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
It appears about 3 times and then does blank out the date. Do you know why?