摘要: //不含母板页foreach (System.Web.UI.Control txtobj in this.Page.Controls){ if (txtobj.GetType().Name .Equals("TextBox")) { // ((TextBox)txtobj).Text = St... 阅读全文
posted @ 2014-02-14 15:35 顿金 阅读(309) 评论(0) 推荐(0)