DropDownList绑定数据库

Posted asdyzh

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DropDownList绑定数据库相关的知识,希望对你有一定的参考价值。

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





以上是关于DropDownList绑定数据库的主要内容,如果未能解决你的问题,请参考以下文章

如何绑定 DropDownList 的选定值

DropDownList绑定数据库

如何把字段的名字绑定到dropdownlist中

数据绑定 DropDownList

DropDownList 绑定Access数据库 表名Stu,绑定到nam列。

asp.net的DropDownlist绑定数据