matthaw on ASP.NET MVC - Using Post, Redirect, Get Pattern
@foobar - I kinda called that out. But you are correct, you could do this in ASP.NET web forms, but unfortunately it's not easy, and just much easier for people to use the Postback model.
View Articlefoobar on ASP.NET MVC - Using Post, Redirect, Get Pattern
I don't see why this pattern wasn't possible with "regular" ASP.NET. All TempData does is put stuff into Session.
View Articlematthaw on ASP.NET MVC - Using Post, Redirect, Get Pattern
@Phil - no, its been on the back of mind since we started using this pattern in CodePlex
View ArticleHaacked on ASP.NET MVC - Using Post, Redirect, Get Pattern
Did the spec review give you the idea to write this post? ;)
View Articlematthaw on ASP.NET MVC - Using Post, Redirect, Get Pattern
@Ben - I'd still like to see your thoughts, drop me an email when you post.@Danny - yes, it's a Live Writer plugin, just search on gallery.live.com (gallery.live.com/liveItemDetail.aspx@Mike - yes,...
View ArticleMike on ASP.NET MVC - Using Post, Redirect, Get Pattern
Woudn't this be easier? 1. HTTP GET of "/products/create", "Create" view is rendered 2. HTTP POST to "/products/submit" 3. Validation Fails, "Create" view is rendered with error message4. HTTP POST to...
View ArticleDanny Douglass on ASP.NET MVC - Using Post, Redirect, Get Pattern
Great Post! One quick question - what do you use to display your code in your blog posts? Is that a LiveWriter plugin? If so, could you kindly post/email me the link? Thanks!!
View ArticleBen Scheirman on ASP.NET MVC - Using Post, Redirect, Get Pattern
you beat me to this post! Great stuff, I will definitely point to this in the future.
View Articlealvinashcraft.com on ASP.NET MVC - Using Post, Redirect, Get Pattern
Pingback from alvinashcraft.comDew Drop - May 9, 2008 | Alvin Ashcraft's Morning Dew
View ArticleRik Hemsley on ASP.NET MVC - Using Post, Redirect, Get Pattern
Could you make the body text lighter grey? I can almost read it.
View Articleweblogs.asp.net on ASP.NET MVC - Using Post, Redirect, Get Pattern
Pingback from weblogs.asp.netASP.NET MVC - Using Post, Redirect, Get Pattern - eWorld.UI - Matt Hawley
View Article