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 enableTabopens in a new tab 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 opens in a new tab section.