gridview无法绑定datarow[]的解决

来源:互联网 发布:广州数控980ta编程步骤 编辑:程序博客网 时间:2024/05/17 17:45
    dt.DefaultView.RowFilter = "area_id=" + this.ddlArea.SelectedValue;
                     
    this.grid.DataSource =dt.DefaultView.ToTable();
原创粉丝点击