Hi Farveen,
Thank you for the quick response, however, this did not solve my issue. Whenever I click on the "exportExcel" button I receive the following error:
Uncaught Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: Thread was being aborted.
This error is caused by the Asynchronous PostBack within the update panel. However, I need the AsyncPostBackTrigger in the update panel to update my grid/database. Is there a way to dynamically switch between the PostBackTrigger and AsyncPostBackTrigger depending on which toolbar button you click? As you cannot have both triggers on the same element.
For instance, I have the Update, Cancel, Excel Export, and PDF Export buttons within my grid's toolbar. Would it be possible to switch triggers from being an AsyncPostBackTrigger to a PostBackTrigger on the Excel and PDF Export buttons? And once the Update button is clicked, switch it back to the original state?
Thanks!