OmriDulla
New member
- Joined
- Nov 19, 2023
- Messages
- 4
- Programming Experience
- 1-3
I am developing c# winforms software,
When user presses "הוסף" button the software does something and increases "קוד מוצר" by one (12451) must be (12452) after pressing "הוסף"
The actual value is incresing, but I don't see the change on textbox, here is the codeline that must increases it, as you can see below the calue of codeText.Text is 12451
after that code line and value of codeTxtB.Text is changed, as you can see 12452, but on textbox visually its still 12451. what could be wrong?
When user presses "הוסף" button the software does something and increases "קוד מוצר" by one (12451) must be (12452) after pressing "הוסף"
The actual value is incresing, but I don't see the change on textbox, here is the codeline that must increases it, as you can see below the calue of codeText.Text is 12451
after that code line and value of codeTxtB.Text is changed, as you can see 12452, but on textbox visually its still 12451. what could be wrong?