你要解释什么?  这是个空页啊~
是ASPX页的框架

解决方案 »

  1.   

    这里面只有下面这句最关键!其他的是html内容。还有就是Form要Runat=server。
    <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="WebApplication1.WebForm1" %>Page的指令MSDN中是这样解释的:
    Defines page-specific (.aspx file) attributes used by the ASP.NET page parser and compiler.具体MSDN中的地址<MSDN2003 en>:ms-help://MS.MSDNQTR.2003FEB.1033/cpgenref/html/cpconpage.htm