I guess the best way is to pass all filters values, pages numbers, search word etc using querystring. Uncheck Filter auto postback property in your filter properties - this should make the the filer use the query string (Although by default a user has to click search button in this case). I also suggest to to check Search on each page load checkbox on the search results.