asp.net mvc 2 wizard

让人想犯罪 __ 提交于 2019-12-11 01:26:27

问题


does anyone have a link to some code for a wizard control in asp.net mvc 2? preferable one without using the session ? i would like to persist all the values in between steps?


回答1:


Pro ASP.NET MVC 2 Framework 2nd Edition




回答2:


You can use the simple component MVCWizard.Wizard available on NuGet. The WizardController allows you to create a wizard using partial view. There is also the AutoWizardController that renders the entire wizard in a single view. All these components operate with the session to store the model state. There are also some examples of the use of these classes on NuGet. These components works on MVC3.



来源:https://stackoverflow.com/questions/5228398/asp-net-mvc-2-wizard

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!