hi, I have a user control with multiple fields that does its own validation. What is the best practice when using it inside a Wizard. It needs to be validated when Next button is clicked, also not sure if validation message can be injected to that if the Wizard
I am going ahead with defining a ValidationGroup property for the user control and setting it same as the group for the step. The validation messages seem to bubble up to the asp:ValidationSummary control in the step just fine.