Datatable dt1 = .....(获取数据) this.DropDownList2.DataTextField = "fullName"; this.DropDownList2.DataValueField = "ID"; this.DropDownList2.DataSource =dt1; this.DropDownList2.DataBind();
posted on 2004-12-14 11:38 David 阅读(174) 评论(0) 收藏 举报
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。