遍历页面上所有的TextBox控件并将其设置为空值protected void FindTextBox(Control c)
    }
使用的时候调用:FindTextBox(this);

相关文章: