C Chris Jackson Dec 17, 2003 #2 If you have compiled code behind, you can reference this using the Page directive: <%@ Page language="c#" Codebehind="<page name/>.aspx.cs" AutoEventWireup="false" Inherits="<namespace/>.<className/>" %>
If you have compiled code behind, you can reference this using the Page directive: <%@ Page language="c#" Codebehind="<page name/>.aspx.cs" AutoEventWireup="false" Inherits="<namespace/>.<className/>" %>