首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

超简单有关问题:怎样将DropDownList中的值清空

2012-03-09 
超简单问题:怎样将DropDownList中的值清空?如题.[解决办法]DropDownList1.Items.Clear()[解决办法]this.D

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

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

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

热点排行