Beispiel #1
0
        private void reQuery()
        {
            string where_string = this.query_wherestring();

            // 查询出来test 数据
            Maticsoft.BLL.parts part_bll = new Maticsoft.BLL.parts();
            // List<Maticsoft.Model.test> test_lists =  test_bll.GetModelList(where_str);
            DataSet ds = part_bll.GetListByPage(where_string, "", cur_step + 1, cur_step + cur_page_lenb);

            System.Data.DataTable dt = ds.Tables[0];

            //  System.Data.DataTable dest_table = .DataSource as System.Data.DataTable;
            main_gc.DataSource = dt;
        }