hello guys, i have this problem of enabling the finish button at a specific wizard page.
advancedWizard1.FinishButtonEnabled = false;
if (advancedWizard1.CurrentPage.TabIndex == 2 )
{
advancedWizard1.FinishButtonEnabled = true;
}
but it doesnt work. it only disable the button.
i try to find some other resources in the internet but its different from what im using..ty in advance for the help. Godbless