createuserwizard question box as dropdownlist

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to make the CreateUserWizard's security question box display as
a databound (xml file) dropdownlist. I can make the dropdownlist display by
using a contenettemplate, but I can't get the databinding to work. When I
reference the control I receive an error saying it doens't exist. I assume
the control is buried within the CreateUserWizard, but I can't seem to find
it.

Thanks,
Phil
 
Got it...

DropDownList ddl =
(DropDownList)CreateUserWizard1.CreateUserStep.ContentTemplateContainer.FindControl("Question");
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top