dt.DefaultView.RowFilter = "area_id=" + this.ddlArea.SelectedValue;
                     
this.grid.DataSource =dt.DefaultView.ToTable();

相关文章:

  • 2022-12-23
  • 2022-01-28
  • 2021-10-04
  • 2021-06-09
  • 2022-12-23
  • 2021-06-13
  • 2021-09-28
  • 2022-12-23
猜你喜欢
  • 2021-12-01
  • 2022-12-23
  • 2021-06-02
  • 2021-06-27
  • 2022-03-10
相关资源
相似解决方案