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#.