asp.net找控件
摘要:
protected void Page_Load(object sender, EventArgs e) { /* 找到所有控件 Response.Write("Page_Load"); string str = ""; foreach (Control item in Page.Controls) { str+=item.GetType() + " " + item.ID + ""; } Res... 阅读全文
posted @ 2013-12-20 17:02 wp456 阅读(197) 评论(0) 推荐(0)
浙公网安备 33010602011771号