-
Hi I am adding basic ASP.NET SQL Membership to my website. As part of this I am trying to add a CheckBox to the CreateUserWizard CreateUserStep content template to require a terms of use agreement. I am using a technique that I have used successfully several times on the InsertItemTemplate in DetailsView...
-
Hi! I've added a DropDownList containing all user roles: DropDownList rolesList = (DropDownList)CreateUserWizard1.CreateUserStep.ContentTemplateContainer.FindControl( "RolesList" );
String[] roles = Roles.GetAllRoles(); rolesList.DataSource = roles;
rolesList.DataBind();
rolesList.Items...
Posted to
Security
(Forum)
by
biljap
on
05-21-2009, 12:00 AM
Filed under: asp.net.c#, dropdownList, add new fields to create user wizard, createuserwizard
-
Hey there, I'm currently having a bit of a struggle with CreateUserWizard and custom navigation while developing ASP.NET/C# Web Site. The idea is to create a four step wizard where after making a choice on the 1st step form, user is redirected to 2nd or 3rd step (depends on the RadioButtonList choice...
Posted to
Security
(Forum)
by
mike.nowak
on
05-18-2009, 12:00 AM
Filed under: createuserwizard, C#, ASP.NET 3.5, WizardSteps, navigation, CustomNavigationTemplate
-
There seems to be a problem with my sign up page/Createuserwizard. I reconfigured it to suite the specific needs of my site, howerver two things are not working correctly. Although, the control prevents duplicated username and email address, the messegaes do not show like it would if I had not reconfigured...
Posted to
Getting Started
(Forum)
by
SuperRom
on
05-14-2009, 12:00 AM
Filed under: modified, duplicate username, error message not showing, createuserwizard
-
Greetings, I am having some issue with the createuserwizard. I wanted to use my own button control since the default one was way to the right. So I added the button, however when it is pressed, no users are entered into the membership database. Instead it sends me to the login page. Below is my code...
-
Hi I have a web application that allows new users to be created correctly but I want to be able to direct then to new page (profile.aspx) displaying their details as soon as they have created the account and clicked on the button in the CompleteWizardStep. The redirect of course works fine but I want...
Posted to
Security
(Forum)
by
confusedshark
on
04-20-2009, 12:00 AM
Filed under: Profile, registration, UserName, Variable, createuserwizard
-
Hi, I am working on the CreateUserWizard. I want to put a "Cancel" button next to the default "Create User" button. After digging through internet, I fould that I could display the Cancel button by setting the DisplayCancelButton ="True" But the problem is that the Cancel...
-
Hello, using the createuserwizard, I have just added the wizard onto a login.aspx page. I see the standard layout where you can enter userid, password, re-password, email, question and answer. Two questions: 1. if I enter nothing within the question and answer box, I will not be stopped to continue but...
-
I have a aspx page to create new users. This is done with asp : CreateUserWizard. When testing my site on my local pc, everything is working fine. The problem however, is when I publish the site on the server. I get an exception message after creating the user: Could not load file or assembly 'Microsoft...
-
Hi there, Been struggling with this for a few days, and searching related posts has not been able to provide me a solution as yet. I have a 4 step wizard that should be able to register 2 types of users: At the start (step 1) the user of type1 can enter his data straight away. Now if he's type2 he...
Posted to
Security
(Forum)
by
Premy
on
01-30-2009, 12:00 AM
Filed under: createuserwizard, Validation