I have a problem with the following if the EndDate on the database is
Null. Knowing this I can code around it but not knowing it was a very
frustrating experience!
endDateTimePick er.DataBindings .Add(new Binding("Value" ,
MyDB.GameBindin gSource, "EndDate")) ;
when I move position onto a record with a null enddate the BindingSource
it moves back again.
If anyone has a really good solution to the problem please let me know.
Ta
Ken
Comment