My website includes an ASP.NET button control and a textbox. I need to set up a confirm message box that will appear when someone changes the content of the textbox and then clicks on the button. Ideally, if the user clicks "yes" in the confirmation box, the button event should fire; otherwise, nothing should happen. I have attempted to implement AJAX callback for this functionality, as using the ASP.NET button control directly has not been successful.