Esempio n. 1
0
 private void BindDJMX(string CKDH)
 {
     try
     {
         DataSet ds = QTCKQuery.GetPrintDJMX(CKDH);
         this.grvDJMX.DataSource = ds;
         this.grvDJMX.DataBind();
     }
     catch
     {
         this.PrintfError("数据访问错误");
         return;
     }
 }