I've successfully created .aspx view pages without code behind by replacing the first line with this: <%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" %> However, trying to change it to inherit the generics to get typed view data like the following doesn't seem...
Posted to
ASP.NET MVC
(Forum)
by
ghotiman
on
12-13-2007, 12:00 AM
Filed under: MVC, generics, viewpage, typedview, viewdata, generic