Partial Page Updates with ASP.NET MVC and JQuery

I’ve been doing a number of talks lately on ASP.NET AJAX and jQuery, and one of the things I’ve noted at each talk is the fact that jQuery will ship with ASP.NET MVC. Unfortunately, due to time constraints, I haven’t had the opportunity to do any demos of using jQuery with MVC.

I ran across this post, by Maarten Balliauw, which discusses how you can take advantage of jQuery and Master Pages in ASP.NET MVC to perform partial page updates, so I thought I’d pass it along for folks looking for more info on this topic. Enjoy!