SelectedIndex是读,不能写。

 

最终找到了解决方法:

DropDownList_shoplist.SelectedItem.Value = DropDownList_shoplist.Items[0].Value;

 

就是设置SelectedItem.Value 

相关文章:

  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-06
  • 2022-12-23
  • 2022-01-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-21
  • 2022-12-23
  • 2021-10-31
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案