看看你的Web 窗体设计器生成的代码
InitializeComponent()方法中有没有下面这行this.Load += new System.EventHandler(this.Page_Load);

解决方案 »

  1.   

    private void InitializeComponent()
    {    
    this.Load += new System.EventHandler(this.Page_Load); }另外,检查一下你的<form>或者<body>是不是带了onload的东东
    例如<form onload="......">
      

  2.   

    kill掉,重新添加一个webform,试试!
      

  3.   

    把label中的属性中的text设为空就行了,接分
      

  4.   

    InitializeComponent()方法中有没有下面这行this.Load += new System.EventHandler(this.Page_Load);