I have a old Asp.net 2.0 site that needs a small update. A simple task is now being done in a batch, therefore server side processing from O(1) will change to (O)n with n being up to 2000+ ( 120 seconds in )
Without major redevelopment using more modern tech how could I give a real time update on the progress? When the button in the update panel is clicked then the selected items are posted back and processed. I can have a busy dialog but that is no indicator of progress. The other solutions I can come up with will require some work therefore looking for any quick pointers first.
Without major redevelopment using more modern tech how could I give a real time update on the progress? When the button in the update panel is clicked then the selected items are posted back and processed. I can have a busy dialog but that is no indicator of progress. The other solutions I can come up with will require some work therefore looking for any quick pointers first.
