It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
In the 2nd step of the wizard, I have a dropdownlist that is populated from the db. when I go to the 3rd step RegisterUser.ActiveStepChanged eve开发者_JAVA百科nt if fired. In there I save the data to
I am using the CreateUserWizard to register a user. The control\'s built-in logic is doing all the work to add the user. However upon registering, I would like the user to be considered \"authenticate
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I have a CreateUserWizard control using forms authentication on my login/create user page.I customized the CreateUserWizardStep1 so that I could add some additional validators.
I am using this tutorial to create an application in ASP.NET MVC 2 where I can register users with custom profile properties using the CreateU开发者_JAVA技巧serWizard control.
Im a newbie to the world of ASP and C#, I have just created my first Registration form using the CreateUserWizard Membership Provider and set up the validators which work great, Appart from the \"User
I have used the asp membership feature to add user management to my web app. I have modified the default tables to include a couple more fields. On the create user wizard I have turned wizard step one
Got this site with UN/PW set via the Createuserwizard control. Client considers PW too large of a barrier to entry and wants to get rid of the password requirement but still have accounts so users si
How do I programmatically switch to the asp:CompleteWizardStep step in the OnCreatingUser event in the asp:CreateUserWizard control?