注册 登录
编程论坛 ASP.NET技术论坛

怎样将绑定在 DropDownList 上的项清空?

lovegosh 发布于 2008-05-03 22:48, 997 次点击
怎样将绑定在 DropDownList 上的项清空?

DropDownList  有Clear()吗?
2 回复
#2
jalonlovesja2008-05-04 21:30
有了,DropDownList1.Items.Clear();
#3
hebingbing2008-05-04 22:18
正解……
1