Asp net MVC Session State Extension Method
There are a few implementations of the conical wizard out there using Asp.net MVC.
Im working on a project where we are needing one such wizard and were trying out using session state, not session skate, to keep the models that make up the larger data set persisted for the user until the final submission.
This will allow the user to go back to any of the stages and edit the information if needed. There are are options but for now were testing driving this approach.
Inspired (dang near a complete duplicate) by Donn Felkers ASP.NET MVC TempData Extension Methods I created one that uses HttpSessionStateBase.
File under: Asp.Net MVC Extension Methods
Related Posts:
- Internet Explorer is like
- I Quit My Job And We Are Moving Home To Montana
- LINQPad with Databases
- Stupid Linq Tricks Record Rollup
- Getting started with MVCContrib Filters
- Extension Methods Improving the quality of Life
- C4MVC Reason 42 to Join
- Checking for special characters using LINQ
- Unit Testing Just Do It
- Blog.Start
Posts
- 07 Jun 2010 Internet Explorer is like
- 06 May 2010 I Quit My Job And We Are Moving Home To Montana
- 17 Apr 2010 LINQPad with Databases
- 01 Apr 2010 Stupid Linq Tricks Record Rollup
- 30 Mar 2010 Getting started with MVCContrib Filters
- 23 Mar 2010 Extension Methods Improving the quality of Life
- 22 Mar 2010 C4MVC Reason 42 to Join
- 13 Mar 2010 Checking for special characters using LINQ
- 09 Mar 2010 Asp net MVC Session State Extension Method
- 08 Mar 2010 Unit Testing Just Do It
- 15 Feb 2010 Blog.Start