Hi all, I wish to create a view like
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<System.DateTime?>" %>
but I get an error saying that DateTime must be a reference type in order to use for parameter TModel.
Fair enough, but I google plenty of examples that implement just what I try to achieve.
Any clues as to what I need to change/install/update?
Any comments welcome,
Anders, Denmark