UI for ASP.NET MVC
Each application process can be split into a number of steps or chunks that indicate how far the task has progressed and how many steps are left to complete. The Chunk ProgressBar will automatically define how the progress will be visualized as part of the ASP.NET MVC component.
The ProgressBar can be set to track and represent task progress in a vertical or horizontal way based on your app requirements. You can change the desired orientation through the Orientation property.
You can apply further customization to the ProgressBar by adding labels with textual description. Match the custom label with your application’s look and feel and specify the label’s position, visibility and desired content.
The ProgressBar supports two events: Change, which is fired when a new value is set, and Complete, which is handled when the operation is completed and the ProgressBar reaches its maximum value.