We\'re looking at the ASP.NET MVC 2 beta RenderAction() method.We likeit very much but it seems that we can\'t use async controllers with it.Does anyone have an example of a \"controller\" that can fi
Background: http://www.hanselman.com/blog/HanselminutesPodcast188ASPNETMVC2BetaWithPhilHaack.aspx Start from 27:15,RenderAction has been discussed at 28:43 that a RenderAction will not be part of As
I just recently migrated my ASP.Net MVC project from MVC 2.0 Preview 2 to MVC 2.0 Beta, and my calls to Html.RenderAction broke because a new RenderAction method was introduced in MVC 2.0 Beta.