I've a simple business object binding to several textboxes. Most of the values in these textboxes are changed by manually entering values; however, I've a couple of textbox values that are filled in by clicking a button that opens a colordialog. The result of the colordialog (color) is programatically fed into the textbox.
The value in the textbox changes when this occurs, but the actual value of the property in the underlying object isn't changed.
Fix?
MadGerbil:I've a simple business object binding to several textboxes. Most of the values in these textboxes are changed by manually entering values; however, I've a couple of textbox values that are filled in by clicking a button that opens a colordialog. The result of the colordialog (color) is programatically fed into the textbox.
The value in the textbox changes when this occurs, but the actual value of the property in the underlying object isn't changed.
Fix?
Copyright (c) Marimer LLC