Helper Method for ASP.NET Wizard Controls

I enjoy working with the ASP.NET Wizard control – it’s one of the more useful controls available, and there always seems to be a place for a wizard in the custom apps I’ve written. Over time I’ve developed a helper method that makes it easier to do non-linear jumps from step to step. GetIndexFromStep(WizardStepBase step)…