createuserwizard question box as dropdownlist

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
 
G

Guest

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top