I have the following problem, I make an ajax call to my service and it returns me a paged list everything ok .. And I have a button where I download it to excel, only because it is a very heavy table and I can not paginate it in Excel, I just have the time out error in the return of my ajax call.
I've heard of a stop that you make the call and while the service is processed I have another service asking if it's finished and when it finishes it returns to the client but I have no idea of the name of that call or if there is any way better to accomplish this ..
Can anyone help me please?