protected void Button1_Click(object sender, EventArgs e)
    {
        int j = 0;
        while (j < 0)
        { 
        TextBox1.Text=j.ToString();
        j++;
        }
    }  这样写不对吗?  textbox1.text  没有显示 aspx页面上  怎么回事呢、 刚学.NET 见谅