Loading

摘要: 两种方法1 数据库直接去除重复select distinct * from 表名去除了重复行distinct2 对 DataTable直接进行操作DataTable dt=db.GetDt("select * from 表名"); //获得datatableDataVie... 阅读全文
posted @ 2014-06-25 16:19 眾尋 阅读(905) 评论(0) 推荐(0) 编辑
摘要: for (int i = 0; i < gvIncomeYG.Rows.Count; i++){ Label lblYG_DYYGSR_BHS = ((Label)gvIncomeYG.Rows[i].Cells[18].FindControl("YG_DYYGSR_BHS"));}YG_D... 阅读全文
posted @ 2014-06-25 16:18 眾尋 阅读(164) 评论(0) 推荐(0) 编辑
摘要: ShowFooter="true"double YG_DYYGSR_BHS = 0; double YG_DYKPSR_BHS = 0; double YG_DYSRHJ_BHS = 0; protected void gvIncomeYG_RowDataB... 阅读全文
posted @ 2014-06-25 16:13 眾尋 阅读(818) 评论(0) 推荐(0) 编辑