CreateUserWizard

A

Al

I needed to add an additional TextBox control on the “Set Up for your new
account:†step of the CreateUserWizard control. So I selected “Customize
Create User Step†which created source for the create user step and I added
my TextBox. However, in the CreateUserWizzard event OnContinueButtonClick, I
want to get at my TextBox. However, I cannot find it. Any ideas???

Thanks very much.
Al Smith
 
A

Al

After three hours I could not figure this out, for some reason it hit me
three minutes after I made the post. Here is the solution to my own question.
CreateUserWizard cuw = (CreateUserWizard)sender;
cuw.ActiveStep.Controls[0].FindControl("txtNewTextBox");

--
 

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

Forum statistics

Threads
474,079
Messages
2,570,574
Members
47,207
Latest member
HelenaCani

Latest Threads

Top