Hello,
I have a simple bound textbox control that bound to "Date" data type of a SQL table. I use BindingManager EndCurrentEdit to update the changes I made to the date. It works fine if I change from one date to different date, but if I remove a date and replace with nothing, I can't save the change. It keeps saving the old value. Seems this only happen for "Date" data type since the textbox bounded to varchar data type is fine. I've been debugging this for couple of days and couldn't figure out what is wrong. This is staight forward binding data. Just don't know what I missed here. Any information on this will be very appreciated!
Thanks and regards,
Lisa
I have a simple bound textbox control that bound to "Date" data type of a SQL table. I use BindingManager EndCurrentEdit to update the changes I made to the date. It works fine if I change from one date to different date, but if I remove a date and replace with nothing, I can't save the change. It keeps saving the old value. Seems this only happen for "Date" data type since the textbox bounded to varchar data type is fine. I've been debugging this for couple of days and couldn't figure out what is wrong. This is staight forward binding data. Just don't know what I missed here. Any information on this will be very appreciated!
Thanks and regards,
Lisa