I have a page where I select a few checkboxes from a result list and build list with only the results which I selected.
Now, once I'm on that page I have another form that i need to submit while staying on that page. Since I pass IDsfroma previous page as an array, I'm not sure how to keep these values while I'm refreshing page.
Need any suggestions?