I am using the ASP.NET CreateUserWizard as a signup form to my website. I have it working fine but I wanted to add validation to my fields. I setup asp:RequiredFIeldValidators and also asp:CustomValid
So I\'m adding a step to the basic register user Wizard on the default register.aspx page in ASP.NET. I added the step into the markup and everything looks right, but when I load up the page in Chrome
The control buttons don\'t actually show up in the markup... I\'m sure it\'s possible to do this, but I can\'t figure it out. I\'ve tried adding a button, but then I get dupes. I suspect there\'s a wa
In my webpage i use a combination of the CreateUserWizard and a custom validation module. Fortunately OR unfortunately the CreateUserWizard control sees that the user is not created successfully and
I am using ASP.NET membership in a web application. I have the following code in a usercontrol: <%@ Control Language=\"C#\" AutoEventWireup=\"true\" CodeBehind=\"memberRegister.ascx.cs\" Inherits=
In CreateUserWizard I have set: DisableCreatedUser=\"True\" LoginCreatedUser=\"False\" but the user is logged on after it is created.
I am attempting to customise the CreateUserWizard by following it in my book, but when I come to reference them in code behind I get an error saying \'FieldName is not declared\' for each field i\'m a
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.
How to add user to roles during CreateUserWizard.CreatedUser? What\'s wrong in this code: Protected Sub CreateUserWizard1_CreatedUser(ByVal sender As Object, ByVal e As EventArgs) Handles CreateUser
Hello In addition to the fields defined in CreateUserWizard i want t开发者_StackOverflow社区o add some more fields to store information in database for some purpose.But could not get the way to execu