Ejemplo n.º 1
0
 //绑定gvdview
 private void BindgrvCKDMX()
 {
     try
     {
         string  sql   = GetQueryStr();
         DataSet liuds = QTCKQuery.QTCK_Query(sql);
         this.grvCKDMX.DataSource = liuds;
         this.grvCKDMX.DataBind();
     }
     catch
     {
         this.PrintfError("数据访问错误");
         return;
     }
 }