문제

I've built a reporting function which will call several Stored Procedures before binding the final query to a GridView which then has several processes in the GridView_DataBound event before displaying the results on the page.

The overall process can take up to 1 minute to complete.

Rather than the user having to wait this long before a response, is there a way I can run this script in a background thread and then bind somehow using AJAX?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top