有两种解决方法,第一种

this.cboOperatorPY.DataSource = new BindingSource(myds1.Tables["T_operator"],null);

第二种

this.cboSearchRoute.DataSource = myds2.Tables["T_route"].Copy();

 转自:https://www.cnblogs.com/xiao-momo/p/5431259.html

相关文章:

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