1
vote
How to RedirectToAction in ASP.NET MVC without losing request data
I use TempData as well, the problem as I understand it, with your solution Deeno is that if the user was to refresh the page after posting invalid data they would receive a "Would you like to resu …
