1
Answer

enabling the finish button on a specific wizardpage

Photo of Peter Ema

Peter Ema

7y
167
1
hello guys, i have this problem of enabling the finish button at a specific wizard page. 
 
this is my code so far:
 
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 
 

Answers (1)

0
Photo of Laxmidhar Sahoo
NA 2.3k 1.4k 7y
sir plz clarefy your table structure
0
Photo of Nitin Sontakke
NA 11.7k 2.2k 7y
Wouldn't it be better if you could provide some sample input data and an expected output?