When using the default CreateUserWizard controls for signup. How do I reference the id for each control (Username, password, ConfirmPassword, Email and the submit button) ?
I've tried "TextBox emailTB = (TextBox)CreateUserWizard1.CreateUserStep.ContentTemplateContainer.FindControl("Email")"
But this doesnt seem to work.
I've tried "TextBox emailTB = (TextBox)CreateUserWizard1.CreateUserStep.ContentTemplateContainer.FindControl("Email")"
But this doesnt seem to work.