I'm aware that there is an ASP.NET Wizards Control however this is fairly basic and doesn't offer a whole lot of flexibility.
I was wondering if there was a .Net based wizards framework that allowed you to build complex wizards with some of the following features:
- Re-use steps between wizards
- Dynamically control the wizard flow
- Per page and wizard wide validation
I know there are workflow / BPM style systems like Skelta and BPM, but I'm looking to build things like Line of Credit application or a Mortgage application which needs multiple steps and could have complex validation rules.