J
Joshua Ellul
Hi There,
When I databind a datetimepicker's value to that of a date field in a
database, the BindingContext's AddNew method does not work, if I remove this
binding it works fine.
Is this a bug or am I doing something wrong? This is the line that binds
the field:
dtpDOB.DataBindings.Add("value", myDS, "Persons.DOB")
Thanks,
Josh
When I databind a datetimepicker's value to that of a date field in a
database, the BindingContext's AddNew method does not work, if I remove this
binding it works fine.
Is this a bug or am I doing something wrong? This is the line that binds
the field:
dtpDOB.DataBindings.Add("value", myDS, "Persons.DOB")
Thanks,
Josh