DataSet ds = gn.fillGrid_with_param_DAL("Allotment_Distribution_view", paramchk);
grd_Search.DataSource = ds.Tables[0].Select("Top 20");
grd_Search.DataBind();
我想从数据集中获取前 20 行。在我的数据集中,我从数据库中获取记录。我只需要选择前 20 行。以上是我试图将前 20 行绑定到我的网格的代码,但出现错误
missing operand after 20