DropDownList1.SelectedIndex   =   DropDownList1.Items.IndexOf(DropDownList1.Items.FindByText("C#"));

DropDownList1.SelectedIndex   =   DropDownList1.Items.IndexOf(DropDownList1.Items.FindByValue("01"));

相关文章:

  • 2022-01-08
  • 2022-01-29
  • 2022-12-23
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-21
  • 2021-10-25
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案