Progress bar in the mvc asp.net controller loop

I read several articles on how to add a progress bar, but did not get any example to help.

I have a controller that imports data from a csv file (more than 10000) and how to make an implementation for a progress bar on the screen. The only thing missing is to implement a progress bar, I have no idea how to do this.

+3
source share
1 answer

Web Progress templates can be a bit complex to work properly. I see two options you can do:

  • - , , , - , , .
  • - , , , . setTimeout() javascript 2 3 , ajax MVC Controller, , - .

, , jQueryUI ProgressBar.

+2
source

All Articles