Search Results

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 …
7
votes

Multiple languages in an ASP.NET MVC application?

I found this resource to be very helpful http://blog.eworldui.net/post/2008/05/ASPNET-MVC---Localizatio …