码迷,mamicode.com
首页 > 数据库 > 详细

DropDownList绑定数据库

时间:2018-10-06 16:37:16      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:ted   sel   列表   ext   textfield   uefi   lis   field   tab   

this.DropDownList_设备列表.DataSource = dt_eq;//设置数据源
this.DropDownList_设备列表.DataTextField = "equipment_name";//设置所要读取的数据表里的列名
this.DropDownList_设备列表.DataValueField = "equipment_id";
this.DropDownList_设备列表.DataBind();//数据绑定
this.DropDownList_设备列表.SelectedIndex = 0;

DropDownList绑定数据库

标签:ted   sel   列表   ext   textfield   uefi   lis   field   tab   

原文地址:https://www.cnblogs.com/asdyzh/p/9747481.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!