How can I show loading Progress bar in Asp.net MVC5 , while application starting the Home Index page
I know how to show and hide progress bar but my issue is what event I need to capture to start the progressbar when page init and hide progress bar when page loaded fully.