Link to home
Start Free TrialLog in
Avatar of H-SC
H-SCFlag for United States of America

asked on

NumericUpDown Control Not Updating Data

I have a NumericUpDown Control on a WinForm that is Not Updating Data.  It is bound to a standard binding source that all of my other controls are bound to and all work fine.  I have tried to use a simple TextBox control and bind the same data to it that I do for the NumericUpDown control and it does fine with sending the changes to the table.  How can I use the NumericUpDown to enter data and reflect changes??
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

which property have you bound to the NumericUpDown control? is it displaying proper values?
Avatar of H-SC

ASKER

emoreau,

I have it bound to the value property of the NumericUpDown.  When the form loads and I scroll through records, the NumericUpDown reflects all of the correct values as they currently are, but when I click the up arrorw on the NumericUpDown and go from say 1 to 2, then that is the change that never gets updated.
Avatar of H-SC

ASKER

emoreau,
I am not sure if that scenerio matches, but could be connected somehow.  It seems like the bug deals with overiding the max feature by hand.  In my situation I am just trying to get the updown to reflect changes.  The button acts ok when I click on the up it reads the number 2 but just does not seem to commit the changes.
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial