public partial class _Default : System.Web.UI.Page 
后台类是这样

解决方案 »

  1.   

    照你这样改了说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。 编译器错误信息: CS0102: 类型“itsystem.usershow”已经包含“Label2”的定义源错误: 行 21:     public partial class usershow : System.Web.UI.Page
    行 22:     {
    行 23:         protected System.Web.UI.WebControls.Label Label2;
    行 24:         protected System.Web.UI.WebControls.Label Label3;
    行 25:         protected System.Web.UI.WebControls.Button Button1;
     源文件: d:\itsystem\usershow.aspx.cs    行: 23
      

  2.   

    protected System.Web.UI.WebControls.Label Label2;
    行 24:         protected System.Web.UI.WebControls.Label Label3;
    行 25:         protected System.Web.UI.WebControls.Button Button1;
    把这几行去掉就行了
      

  3.   

    Click the link to solve your problem.Good luck!