Browse by Tags

Related Posts

  • Passing classes into User Controls that use generics

    Hi, I got a quote control implemented into the main page like this. <%@ Register src="~/Controls/Location.ascx" tagname="Location" tagprefix="CA" %> <CA:Location ID="Location1" runat="server" /> And it is defined in the ascx file as <%...
    Posted to ASP.NET MVC (Forum) by Michael Jenkinson on 01-02-2008, 12:00 AM
    Filed under: user control, viewdata, ASP.NET MVC, controls, generics
  • Typed ViewPage Using Generics Without Code Behind

    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, viewdata, viewpage, generic, generics, typedview
Page 1 of 1 (2 items)