In order to implement validation for your input fields you may use the "Next" event or perhaps the SelectedPageChanging event in certain cases. I believe that the Next event should be sufficient in most of the cases though. When you subscribe to the event you can check on which page are you at the moment and make the necessary validations. If the validations do not pass you can cancel the event and show the appropriate message to the user.