我在combobox控件中绑定了数据库, 
            this.cbo_spdl.DataSource = BLL.Caigouxinxi.Bll_Select_spdl();
            this.cbo_spdl.ValueMember = "spdldm";
            this.cbo_spdl.DisplayMember = "spdl";
设置可手动输入内容,想获取手动输入的内容,试了 string  a=this.cbo_spdl.text;不行,请问一下该怎么办呢?谢谢!