如何遍历gridview中dataset行的值DataSet ds = new DataSet();foreach (DataRow dr in (DataRow)this.gridView1.DataSource){ //}老是遍历不出行来,求高手解答[解决办法]为0的表 不需要遍历了。。。。