异常详细信息: System.Web.HttpException: 不能在 DropDownList 中选择多个项。

解决方法,绑定前清空DropDownList DropDownList1.Items.Clear();

 

 DropDownList.Controls.Clear(); //清空不行 用上面那个可以

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-03-03
  • 2021-05-18
  • 2021-05-25
  • 2022-12-23
相关资源
相似解决方案