读书人

超简单有关问题:怎样将DropDownList中

发布时间: 2012-03-09 16:54:56 作者: rapoo

超简单问题:怎样将DropDownList中的值清空?
如题.

[解决办法]
DropDownList1.Items.Clear();
[解决办法]
this.DropDownList1.Items.Clear();
[解决办法]
this.DropDownList1.Items.Clear();

[解决办法]
同上
[解决办法]
楼上的兄弟都太快了
[解决办法]
this.DropDownList1.Items.Clear();
[解决办法]
document.getElementById( "DropDownList1 ").InnerText= " ";

读书人网 >asp.net

热点推荐