I'm having a problem getting the new values out of a text box.
When the page loads, I read from the database and display the users' email in a textbox.
If the user then changes their email to something else I can only read the old value that was displayed with the page load.. Is there a way around this?
When the page loads, I read from the database and display the users' email in a textbox.
If the user then changes their email to something else I can only read the old value that was displayed with the page load.. Is there a way around this?
Comment