• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Progress Button in ASP.NET MVC Button Control

This sample demonstrates the default functionalities of a progress button. Clicking that button will display a spinner and a progress indicator.

DEMO
SOURCE

The progress button visualizes the progression of an operation to indicate the user that a process is happening in the background. The progress can be shown with graphics accompanied by a textual representation.

In this sample, the progress button contains the content, spinner, progress indicator, and a list of related features that can be achieved using content, cssClass, and enableProgress property.

More information about progress button can be found in this documentation section.