K
Ken Foskey
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!
endDateTimePicker.DataBindings.Add(new Binding("Value",
MyDB.GameBindingSource, "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
Null. Knowing this I can code around it but not knowing it was a very
frustrating experience!
endDateTimePicker.DataBindings.Add(new Binding("Value",
MyDB.GameBindingSource, "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