Gabriel
2007-04-26 08:11:22 UTC
Hello,
On a form I have several textboxes. At the bottom of this page a button.
When I click on this button I recover all the data from the textboxes and
put them in a class and I do an update.
I change the content of one textbox, when I click on save, then I do this :
myclass.FirstName = textboxFirstName.text
...
...
...
myclasse.Update();
The textboxFirstName.text has still the same value than before no change.
The update works because when I force to change value via the debugger
that's work.
Is there a way to solve that ?
Thanks,
===================================
This list is hosted by DevelopMentor® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
On a form I have several textboxes. At the bottom of this page a button.
When I click on this button I recover all the data from the textboxes and
put them in a class and I do an update.
I change the content of one textbox, when I click on save, then I do this :
myclass.FirstName = textboxFirstName.text
...
...
...
myclasse.Update();
The textboxFirstName.text has still the same value than before no change.
The update works because when I force to change value via the debugger
that's work.
Is there a way to solve that ?
Thanks,
===================================
This list is hosted by DevelopMentor® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com