C
Chris W
Hi,
I am trying to bind the DateTimePicker (have tried opennetcf and the
microsoft one) to a field in my database. The default value for this
field is "Now()", the problem comes when i change this using the
datetimepicker the field isnt changed in my database. Does anyone have
any ideas??
I am binding just using the normal binding code e.g.
mydatetimepicker.databindings.add(new
binding("Value",mydataset,"datefield"))
Thanks
Chris
I am trying to bind the DateTimePicker (have tried opennetcf and the
microsoft one) to a field in my database. The default value for this
field is "Now()", the problem comes when i change this using the
datetimepicker the field isnt changed in my database. Does anyone have
any ideas??
I am binding just using the normal binding code e.g.
mydatetimepicker.databindings.add(new
binding("Value",mydataset,"datefield"))
Thanks
Chris