sp3rmy

sp3rmy

  • NA
  • 5
  • 0

updating

Jul 19 2004 8:46 AM
Hey i have a problem trying to update a table in the database. I have a form displaying information about a customer in textboxes and i give the opportunity to the user to update this information. eg: i have a textbox txtname, when the user presses edit he can edit this field (so he can change the name) the problem is the following: let's say originally the name was "name" and the user changes is to "nameCHANGED". Then, the user chooses to save. Now when the user presses save i show a messagebox with the message this.txtname.text.tostring() The messagebox will still show the OLD value (being "name"). I have no idea why... can anyone help me out? tnx!

Answers (4)