I have a user control with text box and button, both wrapped into an UpdatePanel. The text box has AutoPostBack=true and OnTextChanged handler in the code behind. When the text in the text box is changed and then the button is clicked, the TextChanged handler will execute but Click event on the button won't fire. Click will only work if text is not changed. Did anyone run into this problem?