用vb.net如何 编程遍历页面上所有TextBox控件并给它赋值为string.Empty?
例如:asp.net遍历的这种方式foreach(System.Windows.Forms.Controlcontrolinthis.Controls){if(contr...
例如:asp.net遍历的这种方式 foreach (System.Windows.Forms.Control control in this.Controls) { if (control is System.Windows.Forms.TextBox) { System.Windows.Forms.TextBox tb = (System.Windows.Forms.TextBox)control ; tb.Text = String.Empty ; } }
展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询