Wizard Control in ASP.NET - How to set the NextButton Causesvalidation property to false
I have tried setting it in the code and also in the markup but when the Next Button is clicked, the page is validated, I want to prevnt this from happening and control when validation should occur and when not. Any suggestions or code samples would be appreciated The easiest way to do this would be to remove all validator controls from the WizardStep in which validation is to be skipped. However, if you need advanced functionality, you will need to set the CausesValidation property of the Next/Previous buttons in your StepNavigationTemplate manually. The ASP.NET Wizard control does not expose