I need to execute Updatepanel.update and then response.redirect in the same button_click event. I find that page is redirected, but the content in the update panel is not saved.In many forums, solution is given as doing postback on the updatepanel using Javascript, but haven't been able to establish it. Anyone has any tips or example of how to update Updatepanel and redirect page in the same go?