Hey,
You still need the handles statement, so put it back in. Handles links the event handler to the button; AJAX doesn't handle it in the way that you think; it allows an asynchronous postback, but that event handler still needs to be "handled."
Thanks!
No comments:
Post a Comment