Results 1 to 2 of 2

Thread: textbox TextChanged Event

  1. #1
    Geek_Guest
    Guest

    textbox TextChanged Event

    Question asked by visitor rohitgupta22

    If i define the textbox TextChanged Event in code behind and set the AutoPostback property of the textbox to false. when clicking on the button on the webform what happens, which event will be fired.


  2. #2
    Contributing Member
    Join Date
    Sep 2006
    Answers
    962

    Re: textbox TextChanged Event

    When you click any button that causes the form to be submitted to the server, Page load event will occur first..

    As we set teh autopostback property of the textbox to false, it wont fire the event immediately as soon as the text in the textbox changed. But it will be executed as soon as the form submitted

    The click event of the button will be executed then.

    -------------------
    suresh


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact