Archive for October, 2007
Determine Previous WizardStep using Wizard’s GetHistory Method
October 29th, 2007 Recently I was working on a project that contained an ASP.NET Wizard Control. The control was configured to allow non-linear progression through the WizardSteps. I realized that I needed to know which step the user had been on previously, as that would determine which control would have focus in the current step.
So [...]