如何写简单的数据绑定?我要把一个dropdownlist的选择内容,绑定到一个label的text中,如何写啊? 谢谢! [解决办法]label.Text = dropdownlist.selectedValue[解决办法]label.Text = dropdownlist.selectedText