I am looking for different approaches for long running processes and giving the user feed back of the progress.
1. Using ASP.NET 3.5 sp1
2. Web Forms (not mvc)
3. Ajax
4. Not likely but could use jquery (not using in project at this time)
5. Using Telerik controls
So I have process a user will kick off that will require numerious calls to a set of stored procedures for a set of records (500 + )
As one record is completly processed, I would like to report back to a user that 1 of 500 is complete. Then 2 of 500 and etc...
As this finalize process executes I was thinking of using a radwindow that shows gears, perhaps a progress indicator or simple text that gets updated.
Any suggestions or examples that you can think of would be helpful.
1. Using ASP.NET 3.5 sp1
2. Web Forms (not mvc)
3. Ajax
4. Not likely but could use jquery (not using in project at this time)
5. Using Telerik controls
So I have process a user will kick off that will require numerious calls to a set of stored procedures for a set of records (500 + )
As one record is completly processed, I would like to report back to a user that 1 of 500 is complete. Then 2 of 500 and etc...
As this finalize process executes I was thinking of using a radwindow that shows gears, perhaps a progress indicator or simple text that gets updated.
Any suggestions or examples that you can think of would be helpful.