摘要:
foreach (Control txtobj in this.Page.Controls) { if (txtobj.GetType().Name == "TextBox") { //((TextBox)txtobj).Text = ""; TextBox tb = new TextBox(); 阅读全文
posted @ 2016-03-05 10:08
佚名者
阅读(189)
评论(0)
推荐(0)
浙公网安备 33010602011771号