tags:

views:

25

answers:

1

How to deny the move to the next WizardPage in C#.net.

+1  A: 

You can disable the "next" button until the wizard page has been completed properly.

Oded