摘要:
DropDownList list = this.findContol("aas") as DropDownList;list.DataSource = new DataTable() ------------------------------- Control ctl = this.FindControl("NAME"); if (ctl != null) { if (ctl is DropD... 阅读全文
posted @ 2014-05-31 15:02
蓝色信仰
阅读(218)
评论(0)
推荐(0)
浙公网安备 33010602011771号