后台如何设置dropdownlist显示的默认值?后台CS如何设置dropdownlist显示的默认值?[解决办法]
ddl.SelectedValue="你要的值";[解决办法]dropdownlist1.insert.add(0,"默认值")[解决办法]