Aspx.cs files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, i use sharepoint designer to design a aspx file of wss 3.0.
how can I associate an aspx file with this aspx?

Thanks
 
Do you mean you have an ASPX file and you want to tell it which code behind
file to use? If so then add it to the @Page at the top of the code (the
first line or the page)

<%@ Page Codebehind="MyFile.aspx.cs" %>
 

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