i have a textbox and a button wrapped in an AjaxPanel. For the textbox, autopostback=true and i am handling the Textchanged event on the server. My problem is that when i start typing in the textbox and then click the button to submit the form, it performs the callback for the textchanged event but the click event for the button is not fired. So the user ends up having to click the button twice to submit the form (if there are going from typing the texbox to clicking the button). Is there a way around this problem? I realize this is probably a bigger problem than just with Telerik Ajax callbacks (like Microsoft and asp.net and postback and events, etc). Is there a workaround?