Regarding Background Process in asp.net
-
Hi all, In our application we are generating an excel file on the User Selection of some check box. on the Click of the Every checkbox some charts willl be generated in the Excel and the records which are fetched from DB. The catch is that i dont want when user click on the checkbox every time a connection will be open and fecth the record and write the Excel file. It suffer the preformance Issue. Now Client requires the process of generating excel to be done in background and the download process for Excel should work in Background. How to do this in Background? Any help would be appreciable. Thanks and Regards Avesh Agarwal
-
Hi all, In our application we are generating an excel file on the User Selection of some check box. on the Click of the Every checkbox some charts willl be generated in the Excel and the records which are fetched from DB. The catch is that i dont want when user click on the checkbox every time a connection will be open and fecth the record and write the Excel file. It suffer the preformance Issue. Now Client requires the process of generating excel to be done in background and the download process for Excel should work in Background. How to do this in Background? Any help would be appreciable. Thanks and Regards Avesh Agarwal
Aavesh Agarwal wrote:
Now Client requires the process of generating excel to be done in background and the download process for Excel should work in Background. How to do this in Background?
You can do it using Thread Pool. Visit My Blog Regard Imrankhan
please don't forget to vote on the post that helped you.