客户端选择dropdownlist1中classname的一个值classname后,我如何获得这条数据的另一个字段classid?
一个dropdownlist1 数据源是从一个数据表读取的一个classname字段。
比如classname = 精华文章 classid = 1
客户端选择dropdownlist1中classname的一个值后,我如何获得这条数据的另一个字段classid的值?
------解决方案--------------------classname:对应的text
classid:对应的value
------解决方案--------------------两个一起绑定起来呀 一个绑定
DropDownList1.DataTextField = 精华文章
DropDownList1.DataValueField = 1