The case is as follows. My ActionResult does a heavy query in the database and returns random data by business definition.
The user can refresh the screen. If you update the page, you lose what you have done and the return of the query is different.
Does anyone know how to avoid having to re-run or refresh my ActionResult again?