是这样的啊,我刚才也试过了,能清空,protected void Button1_Click(object sender, EventArgs e) { this.TextBox1.Text = ""; }
如果textbox的名字是tb1你可以在Button的事件代码中写入tb1.text=“”;
将清空按钮的属性改改