Usually I will set a GET POST redirect cycle, though I have run in a situation where instead of redirecting me Come back to a new scene The problem with this is that the new page has the URL of the previous page (because I have not redirected, I just returned a new view). Is there a way to change the URL of the page presented to the user without redirecting?
I'm actually implementing a wizard where I need to continue data between pages, but I have no way of continuing the data through a redirect (TempData is disabled. .) Which inspired the above approach. One possible solution is that I create a table to store temporary data, which I need to continue but it is undesirable I do not want to end with a view with each field for the wizard and just different steps Use jscript to hide to show.
Any help, suggestions or general advice will really be appreciated.
Thank you.
No, you must redirect to change the URL effectively.
Comments
Post a Comment