Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4611686
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:18:05+00:00 2026-05-22T01:18:05+00:00

So I’m adding a step to the basic register user Wizard on the default

  • 0

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/IE, that step isn’t showing up after i complete the first step. All i changed in the first, default step was the button (to make it say “Next”), but when i click that it just completes the form and redirects to default.aspx – never loading that second step.

Here’s my markup (I removed some of the generic stuff that i didn’t touch for readability’s sake)

UPDATE: I redid the wizard from scratch (deleted and added a new one) and added one step in via markup. Now, when i view the page, i see the first step (and the “next” button reads “create user”). I fill it out and hit “create user” and i see the same step, except this time the button says “next”… i fill it out again and hit next and see the second step. fill that out and hit finish and all goes as planned.

<asp:CreateUserWizard ID="RegisterUser" runat="server"  OnFinishButtonClick="RegisterUser_CreatedUser">
    <WizardSteps>
        <asp:WizardStep runat="server" StepType="Start">
            /*Generic Stuff */
            </asp:WizardStep>
        <asp:WizardStep ID="personalinfo" runat="server" StepType="Auto" >
         /* Custom Wizard Step Content */
        </asp:WizardStep>

    </WizardSteps>
</asp:CreateUserWizard>

So basically, that middle step gets skipped. I hit the “Next” button on step 1 and it just completes the wizard. Here’s my Code Behind:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class Account_Register : System.Web.UI.Page
{

    protected void Page_Load(object sender, EventArgs e)
    {
        RegisterUser.ContinueDestinationPageUrl = Request.QueryString["ReturnUrl"];
    }


    protected void RegisterUser_CreatedUser(object sender, EventArgs e)
    {
        FormsAuthentication.SetAuthCookie(RegisterUser.UserName, false /* createPersistentCookie */);

        string continueUrl = RegisterUser.ContinueDestinationPageUrl;
        if (String.IsNullOrEmpty(continueUrl))
        {
            continueUrl = "~/";
        }
        // My Custom Stuff Here
        Response.Redirect(continueUrl);
    }

}

Thanks! Let me know if i need to provide any more info…(not that there’s anything more to provide…)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T01:18:05+00:00Added an answer on May 22, 2026 at 1:18 am

    You have a button in each wizard item. This is causing the page to submit. You should have a navigation bar as part of the Wizard that will navigate back & forth…..

    The default registration wizard as part of a VS 2010 Web App only has one step so they put the button in the only step. However, you want to add a step. You’ll need to work on the custom navigation to add the next buttons and your final submit.

    Here’s a nice article on modifying a wizard.

    This link and this link are a little older but go into more specifically modifying the Create User wizard and are still relevant since very little has changed on this wizard.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
Basically, what I'm trying to create is a page of div tags, each has
this is what i have right now Drawing an RSS feed into the php,
I have a French site that I want to parse, but am running into
I am currently running into a problem where an element is coming back from
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I'm making a simple page using Google Maps API 3. My first. One marker
I need to clean up various Word 'smart' characters in user input, including but
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.