Keep data after pressing submit button

Hi I have created a Orders form which when pressed populates a table with information about an order. I have also added check boxed to the side of each row displayed from the form. When a checkbox is selected the user then clicks another button which will go to another search so user can find out more information about the order like for example what actual products that were purchased in this specific order.

It works fine its is just I would like to keep the first information after the second search button is press. At the moment after I press the second search button the first search data dissappears. Is there anyway to keep the data after pressing the second button.

Layout:
Form
|
1Search results about Ordrers(checkboxes to select specfic rows)
|
2Search results(Orders Content)

Just re-read the information like you did the first time, or store it in a session.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.