Hi,
You need to change the Wizard.CurrentPage property to point to the WizardPage you want :
You need to change the Wizard.CurrentPage property to point to the WizardPage you want :
wizard.CurrentPage = wizard.Items.GetItemAt( wizard.Items.IndexOf( wizard.CurrentPage ) + 1 ) as WizardPage;