How do I go back without doing a page refresh?
I've got a screen that has a list that populates off a db service. Takes a little bit of time to build that list. When they click a list item, it goes to another page with a report for the selected item. I have a back button on this page in the header (autogenerated) , when I hit back, it reloads the page with the list. Is there a way not to reload/refresh the page so it doesn't have to build this list each time?