updating
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!
supersonic_skymasterPosted Jul 25, 2004, 12:02 AM
mikerPosted Jul 20, 2004, 10:51 AM
p.jonesPosted Jul 20, 2004, 10:44 AM
Carlos SanchezPosted Jul 19, 2004, 4:15 PM