Is there a way to add steps to the dynamic Wizard controls and keep the current state? I use the following code to add a step, this is normal. But after I click another step and callback, this step is gone again.
WizardStep step = new WizardStep();
Wizard1.WizardSteps.Add(step);
Regards,
source
share