Persisting the List and Getting it back in Controllers action

  • Thread starter Thread starter K
  • Start date Start date

K

New Member
I have an action where I get the list from the database and pass it to the view. Now, I want that when I fire another action I can somehow get hold of that list (List). How can I do that since ViewData and the TempData is erased on each request.
 
Back
Top