遍历 web页面控件

摘要: protected void GetChildControl(Control ParentControl) { if (ParentControl.HasControls()) { foreach (Control ctl ... 阅读全文
posted @ 2009-04-10 17:04 tongdengquan 阅读(135) 评论(0) 推荐(0)

dropdownlist 控制显示与不显示的方法

摘要: function DropDownListJob_Change(){ var DropDownListJobValue=document.getElementById("ctl00_ContentPlaceHolder1_DropDownListJob").value; var Dr... 阅读全文
posted @ 2009-04-10 11:24 tongdengquan 阅读(200) 评论(0) 推荐(0)