I'm looking for the best practice on how to pass data from page to page.
In Page A I have a button that fires off Page B. On Page B I have 6 textboxes that allow the user to enter information. When the user is done, the click on a button stores the information to a list, and brings them back to Page A.
I want to pass that data (list) back to Page A.
I'm looking for the Best practice. What is generally accepted as the best way?
Thanks