Tagged Questions
6
votes
1answer
3k views
ASP.Net MVC Loading In Progress Indicator
I have an MVC Controller that runs through a process, sets some View Data, and then returns the results of this data back to the user in a View. The process time is dependent on the amount of data ...