EDN Admin
Well-known member
I have encountered two problems, one of which I dont have an answer for:
1) if you set CausesCalidation = False on a textbox, the databinding will NOT update any data changes back to the data object.
Solution - dont reset CausesValidation
2) the last field you update in a dialog box before you press the OK button, doesnt update back the dataobject either.
I dont have a solution for this one, can anyone help?
VB.Net, VS 2010
Thanks, David
David Gordon-Brown
View the full article
1) if you set CausesCalidation = False on a textbox, the databinding will NOT update any data changes back to the data object.
Solution - dont reset CausesValidation
2) the last field you update in a dialog box before you press the OK button, doesnt update back the dataobject either.
I dont have a solution for this one, can anyone help?
VB.Net, VS 2010
Thanks, David
David Gordon-Brown
View the full article