I’m looking to redirect a user to a static form so they can review their user profile info before it is submitted, and I’ve been told a session object is the way to do this, but I have not seen how/if it is possible to use it for multiple controls (I have textboxes, dropdowns, radiobuttons, etc). Is it possible, and if so, what does the syntax look like?
Share
Store your control value in a session variable like..
and then access value when you want to get it..