Accessing Server Controls INSIDE a TemplatedWizardStep, at the same time INSIDE a CreateUserWizard in ASP.NET, C#
Figure 3(Click on the photos to see the actual size) Figure 1To create additional controls for a CreateUserWizard, you can add a TemplatedWizardStep before the CreateUserWizardStep. See Figure 1. Figure 2Inside the TemplatedWizardStep, you can add forms for collection of other info like First Name, Address, etc. 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)