@{
ViewBag.Title = "Form Wizards";
ViewBag.Description = "form wizards";
Layout = "~/Views/Shared/_Default.cshtml";
}
Simple Wizard
- 1Step 1
- 2Step 2
- 3Step 3
- 4Step 4
- 5Step 5
This is step 1
This is step 2
This is step 3
This is step 4
This is step 5
Tabbed Wizard
- 1Step 1
- 2Step 2
- 3Step 3
- 4Step 4
- 5Step 5
This is step 1
This is step 2
This is step 3
This is step 4
This is step 5
Wired Wizard
- 1Step 1
- 2Step 2
- 3Step 3
- 4Step 4
- 5Step 5
This is step 1
This is step 2
This is step 3
This is step 4
This is step 5
@section PageScripts{
}