I'm examining some layout code syntax which I've never seen before. Here it is:
<%@ Control Language="C#" AutoEventWireup="true" Inherits="Abc.Client.BaseUserControl`1[[Abc.Common.BusinessObjects.Order, Abc.Common]]" %>
Could someone explain to me what's happening in the Inherits portion? I'm particularly confused by what the
`1 means.
Robert
Go to the complete details ...