DropDownList objControl = (System.Web.UI.WebControls.DropDownList)this.FindControl(控件ID);
根据控件ID获取控件
最新推荐文章于 2024-09-12 10:05:08 发布
DropDownList objControl = (System.Web.UI.WebControls.DropDownList)this.FindControl(控件ID);