You can use TempData to save data from one query to another when using Redirect()
and RedirectToAction()
This MSDN article explains all this.
If you want your page to display this data, you just need to pass it to your view from your action.
source share