Questions tagged [createuserwizard]

132 questions
0
votes
3 answers

ASP CreateUser wizard create button adds user before the next step

I am developing a site for our company that will enable users from other companies to order directly from our company. I have already assign user roles and programatically assigned them based upon a few selections during registration. I have added…
Jim S.
  • 203
  • 8
  • 24
0
votes
3 answers

Get username from createuserwizard to add to role

I'm trying to build some simple user controls for a standard ASP.NET membership system. I have a CreateUserWizard control which, when submitted needs to add the user to a particular role. The ascx file looks like this:
Dan
  • 5,836
  • 22
  • 86
  • 140
0
votes
1 answer

Finding Captcha control inside createuserwizard

I am integrating a Captcha control inside a CreateUserWizard. I got the Captcha control sample code from this website here As I wanted to do a validation for user's input based on the Captcha using an if.. else.. statement. However an error…
user1529419
  • 441
  • 2
  • 9
  • 19
0
votes
1 answer

User being added to 1 role only (asp.net membership)

I am trying to allow a user to select a role on createuserwizard from a dropdownlist containing all roles. I dont get errors but user always added to the "Offering Rooms" role no matter what dropdownlist item is selected. Code: Protected Sub…
Phil
  • 1,811
  • 9
  • 38
  • 60
0
votes
1 answer

CreateUserWizard fires CreatedUser event at Step1

I can't seem assign the CreatedUser event to the Finish step. Here is the ASP pretty much out of the box with 2 steps:
RyanJMcGowan
  • 1,485
  • 1
  • 15
  • 33
0
votes
1 answer

membership & profile help needed using createuserwizard and login control in asp.net

I am working on a project where I got a task to create a user (using the CreateUserWizard control). I have to save the user in a specific table in the SQL Server database. Also create a login (using the Login control) and after the login is…
0
votes
2 answers

Using ASPNETDB.mdf in a real application. How can it be used with another database?

Firstly, I'm new. I'm creating a website in .NET and am getting confused by a few things. When using a CreateUserWizard control, a database file called aspnetdb.mdf is created automatically. I am creating a Blackjack game and thus need to initialise…
-1
votes
2 answers

ASP.NET default regular expression for users' passwords

What is the default regular expression used by asp.net create user wizard? According to the MSDN documentation, it should be something like this: Regular Expression: @\"(?:.{7,})(?=(.*\d){1,})(?=(.*\W){1,}) Validation Message: Your password must be…
aleafonso
  • 2,244
  • 8
  • 38
  • 58
-1
votes
1 answer

use CreateUserWizard control to create records in your own database

When dragging a CreateUserWizard control into the ASP.NET application, the "Create user" button uses the default database: "aspnetdb" to insert or create the new user. I want to use the CreateUserWizard control of ASP.NET to create my own users…
yazanpro
  • 4,512
  • 6
  • 44
  • 66
-1
votes
1 answer

Visual Web Developer - ASP.NET Web Application Administration PROBLEM

Was wondering if somebody could please help me solve this. I've follwed all steps correctly, but when I go to create a new user, it keeps saying "Password length minimum: 7. Non-alphanumeric characters required: 1." I have tried about 20 different…
jay_t55
  • 11,362
  • 28
  • 103
  • 174
-1
votes
1 answer

DuplicateEmailErrorMessage in Asp.Net membership CreateUser control

I would like to know if there is a way to show my CreateUserControl.DuplicateEmailErrorMessage text in the validation summary that I have on my page. I was able to find CreateUserControl.ErrorMessageStyle to add styles to my error message but I…
Sev
  • 761
  • 4
  • 16
  • 29
-2
votes
2 answers

asp.net wizard control to create registration from

Sir Am New to Asp.net What is Asp.net Wizard Control and how it is use to create the registration as steps please any one help me i want complete details of wizard control and how to develop registration from using wizard and how to store data from…
user966602
  • 21
  • 1
  • 4
1 2 3
8
9