Reading New Text Box Values

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Louisa55
    New Member
    • Mar 2008
    • 5

    Reading New Text Box Values

    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?
  • pootle
    New Member
    • Apr 2008
    • 68

    #2
    Originally posted by Louisa55
    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?
    Hi Louisa,

    If you want to receive notification of when the textbox value is modified you need to subscribe for the TextChanged event: Please refer to:


    Regards.

    Comment

    • Louisa55
      New Member
      • Mar 2008
      • 5

      #3
      Seems like what I was looking for, I'll give it a look!

      Thanks a lot :)

      Comment

      Working...