关于dropdownlist选中解决方法

关于dropdownlist选中C# ASP.NET绑定了数据源的dropdownlist 选中后想要获取这个值 通过什么方法?dropdown

关于dropdownlist选中
C# ASP.NET绑定了数据源的dropdownlist 选中后想要获取这个值 通过什么方法? dropdownlist asp.net c# 数据
[解决办法]

引用:
string name = this.DropDownList.SelectedValue.tostring();这句报错了说:未将对象引用设置到对象的实例


你dropdownlist  名字叫什么?