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/>" %>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top