aspx页面的codebehind不在页面层级之下

The codebehind of aspx page is not under the page hierarchy

当我尝试将特定 asp.net 页面拖放到我的项目时,我注意到后面的代码不在 visual studio 中的页面层次结构中!

EstimatedBalance.cs 不在 .aspx

之下

注意:

我拖了三个文件:

  1. EstimatedBalance.aspx
  2. EstimatedBalance.aspx.designer.cs
  3. EstimatedBalance.cs

如何解决这个问题?

您突出显示的页面是 class,而不是代码隐藏。 CodeBehind 应该是 EstimatedBalance.Aspx.cs,而不是 EstimatedBalance.cs