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

  • SEARCH
  • Home
  • 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 6363437
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:02:20+00:00 2026-05-25T00:02:20+00:00

Does anybody have a suggestion on how to create a Wizard in ASP.NET MVC?

  • 0

Does anybody have a suggestion on how to create a Wizard in ASP.NET MVC?

I’ve google all day long and the only solution I’ve found is Naddem Affana’s Blog. His solution is based on the JQuery. Things were going well until I added a datePicker widget on the page. Since I’m not good in javascript, I’m stuck.

I’ve tried Steven Sanderson’s solution (ASP.NET MVC2), but it was just difficult to adapt it to ASP.NET MVC3. I still wonder why he didn’t even include that solution in his latest book.

So, any suggestion on how to create a Wizard in ASP.NET MVC (no javascript please)?

Or maybe the best way is still Wizard- Control in WebForm? which is easy to use.

  • 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-25T00:02:20+00:00Added an answer on May 25, 2026 at 12:02 am

    After resercheang I didn’t find anything I could use, as if there’s no Wizard application out there. Well, I tried to find out why the solution proposed by Steven Sanderson in his previous book was not working in ASP.NET MVC 3. And I found out that there are only a couple of lines to modify to make it work.

    In the Rgistrationcontroller one needs to add a second parameter which could signed or criptedAndSigned. Either way the mode in the controller must match that of the view.

    if(serialized != null)
    {
      regData = (RegistrationData)new MvcSerializer().Deserialize(serialized, 
      SerializationMode.EncryptedAndSigned); 
    }
    

    On the view just replace

    <%: Html.Serialize("regData", Model)%>
    

    by

    @Html.Hidden("regData", new MvcSerializer().Serialize(Model, SerializationMode.EncryptedAndSigned))
    

    I wasted to much trying to find @Html.Serialize(). I’m happy that it works now because the Steven Sanderson’s way of doing Wizard is really easy.

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

Sidebar

Related Questions

Does anybody have a suggestion on how to create a gui that can change
Does anybody have a suggestion to use Admob's iOS ads without using the iPhone
Does anybody have a suggestion on how to go about dragging a file to
Does anybody have a short code sample that can be run in the VS
Does anybody have any reference material that details Cauchy-Reed algorithm? Googling for Cauchy-Reed Solomon
Does anybody have any experience with different fonts for OCR? I am generating an
does anybody have any experience writing up a offline data storage & access app
Does anybody have a good analogy (or, failing that, a good resource) for describing
does anybody have any idea what's does this mean: onLoad=MyOnLoad? thanks
Does anybody have any advice on working in a Date Driven Development environment? Essentially,

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.