utilizing output dll from any web authoring tools

  • Thread starter Thread starter Mokong
  • Start date Start date
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/>" %>
 
Back
Top