参考写法:
/*dropdownlist1 是你前台的ID*/
dropdownlist1.DataBind()// 从数据库绑定漏拆散完之返氏后 把它要御正选中的text值 赋值一下
dropdownlist1.SelectedValue=“请选择”
运行效果:
DropDownList1.DataSource = dsDropDownList1.DataValueField = "GroupID"//值为GROUPID
DropDownList1.DataTextField = "GroupName"//并猛显示文本为悉磨GroupName
DropDownList1.DataBind()
DropDownList1.Items.Insert(0, new ListItem("绝陆桥","请选择"))
DropDownList1.Dispose()
DropDownList1.Clear()
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)