Accessing Server Controls INSIDE a TemplatedWizardStep, at the same time INSIDE a CreateUserWizard in ASP.NET, C#
(Click on the photos to see the actual size)

To create additional controls for a CreateUserWizard, you can add a TemplatedWizardStep before the CreateUserWizardStep. See Figure 1.

Figure 2
Inside the TemplatedWizardStep, you can add forms for collection of other info like First Name, Address, etc.

Figure 3
To access the controls inside the TemplatedWizardStep, first use FindControl to access the TemplatedWizardStep. Then use FindControl to access the text box. See Figure 3.
Tags: .NET
0 Comments:
Subscribe to:
Post Comments (Atom)