超简单问题:怎样将DropDownList中的值清空?
如题.
[解决办法]
DropDownList1.Items.Clear();
[解决办法]
this.DropDownList1.Items.Clear();
[解决办法]
this.DropDownList1.Items.Clear();
[解决办法]
同上
[解决办法]
楼上的兄弟都太快了
[解决办法]
this.DropDownList1.Items.Clear();
[解决办法]
document.getElementById( "DropDownList1 ").InnerText= " ";