Browse by Tags

Related Posts

  • Re: MasterPage<TViewData> Problem

    I had trouble with rjcox's solution, but I found modifying his included code to below, worked for me. public class MasterPageBugFix : System.Web.Mvc.ViewMasterPage { public new TViewData ViewData { get { TViewData d = (TViewData) this .ViewContext.ViewData; if ( null == d) { throw new InvalidOperationException...
    Posted to ASP.NET MVC (Forum) by Michael Jenkinson on 01-18-2008, 12:00 AM
    Filed under: MVC, viewdata, ASP.NET MVC, bug, Master Pages
Page 1 of 1 (1 items)