Questions tagged [createuserwizard]
132 questions
10
votes
1 answer
CreateUserWizard - add step but don't create user until all steps complete
I want to make use of the ootb ASP.NET2.0 MembershipProvider CreateUserWizard control, with a little customization to add a 2nd step.
The problem is that if my first step is type and my 2nd is , the…

QMKevin
- 1,101
- 3
- 13
- 26
8
votes
1 answer
Implementing a custom wizard for Visual Studio for custom C++ classes
in order to make new C++ classes conform to some rather picky coding conventions (upfront: I am not in the position to discuss these...), I was thinking about a way of generating stubs for new C++ classes. Currently, everyone is doing copy-paste,…

jerb
- 93
- 1
- 3
6
votes
1 answer
How to add more fields in CreateUserWizard field?
Hello
In addition to the fields defined in CreateUserWizard i want to add some more fields to store information in database for some purpose.But could not get the way to execute the task.

Learner
- 1,544
- 8
- 29
- 55
6
votes
3 answers
Adding roles to the 'CreateUserWizard'
Hi (I'm pretty new to this),
Is it possible to add roles to the 'CreateUserWizard' tool so that you tick boxes (or view roles in a drop down menu) and once one or more have been chosen, this information is added to the asp.net configuration…

Mike
- 179
- 1
- 5
- 11
4
votes
1 answer
Show CreateUserWizard's error message label
I've got a CreateUserWizard control and am performing server-side validation. Is there a way to force the CUW's error message to display from the code-behind? At the moment, if the user enters a duplicate name, the controls…

keyboardP
- 68,824
- 13
- 156
- 205
3
votes
1 answer
Adding an "anti-robot" enhancement to the CreateUserWizard
I want to add an "anti-robot" question to the CreateUserWizard as a more accessible alternative to a Captcha control. I'm fairly new to asp and finding that I'm a bit stuck in a WinForms mindset. However, I have come up with something that appears…

Fruitbat
- 764
- 2
- 5
- 19
3
votes
1 answer
CreateuserWizard, Is it possible to line up the "Register" button to right align it w/in col2?
Is it possible to line up the "Register" button to right align it w/in col2?
Here's the markup:
…

Chad
- 23,658
- 51
- 191
- 321
3
votes
1 answer
CreateUserWizard ignores .MoveTo
This is driving me nuts. I've reviewed and tried answers from these SO threads, to no avail:
CreateUserWizard step changing issue after account creation
Advancing wizard from code-behind in ASP.NET
Prevent Navigation to CreateUserWizardStep in the…

Tim Lacy
- 31
- 3
3
votes
1 answer
Membership not recognized
I am using the createUserWizard control to register the users for my website, but I also use my own table to store information (address, image, description, ...) about these users.
When creating a user, I also want to create a new instance in my…

silvdb
- 193
- 1
- 4
- 11
3
votes
3 answers
How can you remove the table-tags in CreateUserWizard control
How can I use the CreateUserWizard control without having it render html tables?
I've customized the layout of the CreateUserWizard, and I'm using css to style it. My button is too far away from my form, due to the tags asp.net is rendering…