Add a realtime progress update to a slow page in asp.net
问题 I'm trying to add a realtime progress report to my c#/asp.net 4.0 application for a slow loading page. I've look at the UpdatePanel and UpdateProgress Ajax controls but I don't think they're suitable. Basically when the user click a button the page executes a number of tasks, I'd like the user to see an update as each one completes, instead of a report when they all complete and the page load completes. The order thing would happen would be: 1. user click button to start 2. call method 1 3.