我找到了对应的cs文件。可是却发现有多个最终还是找不到哪个是他真正对应的cs     我在服务器改的。还不敢乱删。求方法。怎么找到aspx准确对应的cs文件

解决方案 »

  1.   

    <%@ Page Title="" Language="C#" MasterPageFile="~/Member/MasterPage.master" AutoEventWireup="true" CodeFile="AdBasePlanEdit.aspx.cs" Inherits="Member_Ad_AdBasePlanEdit" %>
    看这里的CodeFile对应哪个.CS
      

  2.   

    CodeFile="blog.aspx.cs"
    这个就是代码文件。。他写的很清晰
      

  3.   

    <%@ page language="C#" masterpagefile="~/MasterPageMain.master" autoeventwireup="true" inherits="Main, App_Web_u7tmioth" enableEventValidation="false" %><%@ Register TagName="Control" TagPrefix="WebFooter" Src="~/WebFooter.ascx" %>
    <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
    页头就这么多代码我这个文件的名字叫Main
      

  4.   

    木有啊木有啊 CodeFile这个
      

  5.   

    互相关联一下a a  a  ,从aspx转到cs,再从cs转到aspx,
      

  6.   

    - -汗
    楼主看到的这个aspx是已经发布后的吧
      

  7.   

    无法是重写的类文件罢了,    代码写到了其它的文件夹或者类库里面。
    [email protected]
    可以看看
      

  8.   

    有调用CSS的话就有头缀的  你看看前面就知道了