Frage

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?

Keine korrekte Lösung

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top