CType(_CaseEntity.Applicants.Items(_ApplicantSelectedIndex), EntityClasses.CaseApplicantEntity).BirthDate = ?
? = What do I need to set this to in order for the entity to save a NULL date....
I'm using Janus Controls date control, I've tried (without success)...
= Nothing
= Date.MinValue
When I run SQL Profiler , it just doesnt run the query. If I pass in a date, it saves no problem.