aaabbbcccdddcs文件代码protectedvoidButton1_Click(objectsender,EventArg..." />
您的位置首页百科问答

asp.net中怎么清除dropdownlist中的项目

asp.net中怎么清除dropdownlist中的项目

的有关信息介绍如下:

asp.net中怎么清除dropdownlist中的项目

页面代码

aaa bbb ccc ddd cs 文件代码 protected void Button1_Click(object sender, EventArgs e) { DropDownList1.Items.Clear(); } protected void Button2_Click(object sender, EventArgs e) { DropDownList1.Items.Remove("bbb"); }