• 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 Wizard in ASP.NET MVC Tabs Control

This sample demonstrates simple train reservation wizard that enable/disable Tab items based on sequential validation of each Tab content.

DEMO
SOURCE

Tab items can be disabled dynamically by passing the index and boolean value to the enableTab method.

You can design wizard like sample with Tab using the in-built API and customizing the content with proper validations.

More information about Tab can be found in this documentation section.