This example is the ASP.NET MVC implementation of the How to organize Wizard interface within ASPxPageControl example. It illustrates to organize the so-called wizard interface within the MVC PageControl Extension. It allows you to specify the predefined content of the wizard steps within the TabPages and switching between them via user interface (via clicking the TabPage's header) or programmatically (via API).
Updated:
Starting with v14.1 this example uses jQuery Unobtrusive validation. Please refer to Unobtrusive Client Validation to learn more about it.