ASP.Net : Does WizardControl create it's own ValidationGroup?

sdtheman

New Member
I'm just starting to learn ASP.net and I am confused on an assignment we have to submit tonight... any help is much appreciated.I have two forms on one page. Both are to work independently using ValidationGroupsOne uses a Wizard control and asks for the users name, email, DOB on separate pages.The second asks about the users music preferencesI can't figure out where on the Wizard form to place ValidationGroup... Because you can't put it in the final step (StepType="Complete") submission.Both forms appear to be doing what I want them to do (output the data after the form is submitted) but I don't think I am doing it correctly because only the second form has ValidationGroups associated with it's submit button (the wizard submits using OnSubmission).Does the Wizard control have it's own ValidationGroup automatically?I really hope someone can understand what I am trying to say... sorry I am completely new to programming.
 
Back
Top