Blogger :
ASP.NET Team Blogs
All posts :
All posts by ASP.NET Team Blogs
Category :
AJAX
Blogged date : 2008 Jul 16
ASP.NET MVC Preview 4 is up on CodePlex . The Gu has all the exquisite Gu-Like Detail on his blog . If you take a look at the generated "changes" document, it shows a bunch of new stuff like AjaxHelpers and AjaxExtensions that set the stage for some interesting things the community could do with ASP.NET MVC and Ajax. I'd like to see some JQuery love in there, maybe with some MVCContrib as they've been quiet lately. Using the new Preview 4 bits, here's what I was able to get running in just a few minutes. Given a ViewPage that has a TextBox and a Button on it, when I click the button (and submit the form) I'll call back to the server and get some text that should then go in the div next to the button. The View looks...(
read more)