I am having a problem with a databound textbox. Based on a button click, I am setting the value in the datarowview (bindingmanagerbase.current) to a date 6 months in the future. After bindingmanagerbase.endcurrentedit, the dataset is being updated correctly, but the date is not displayed in the textbox. All other databound controls on the form are working correctly.
However, when I clear the databindings on the textbox and then add the databinding back (without changing any other code), the textbox displays the correct date.
Has anyone run into this problem before? I guess I can always clear and re-add the binding, but that seems kind of messy.
Thanks.
However, when I clear the databindings on the textbox and then add the databinding back (without changing any other code), the textbox displays the correct date.
Has anyone run into this problem before? I guess I can always clear and re-add the binding, but that seems kind of messy.
Thanks.