you should just be able to create the event like you normally do. Highlight the button in the aspx design view and double click it. It should take you to your codebehind and create the click event for you. One word of warning though, response.redirect does not work right in ajax controls. So if you have this inside of an update panel or something you should check this other thread too.
------------------------------------------------
Jeff Turner
Don't forget to mark the correct answer for your
question to help out future visitors!