Session Variable Not Being Saved When Using Wizard Control ASP.NET
Posted
by davemackey
on Stack Overflow
See other posts from Stack Overflow
or by davemackey
Published on 2010-04-15T12:28:08Z
Indexed on
2010/04/15
12:33 UTC
Read the original article
Hit count: 390
I have a wizard control. When someone clicks a button within the wizard control I automatically advance to the next step (rather than forcing them to click next). However, this seems to cause the session state variable not to be saved. I've done some research and noticed that Response.Redirect does hard redirects that truncate page execution - and that you can add a false parameter to prevent this...what I'm wondering is if the wizard control is doing the same thing and if so, if I can add a parameter to this as well? Dave.
© Stack Overflow or respective owner