Exemple #1
0
 private void BindItem(string CKDH)
 {
     try
     {
         DataSet ds = QTCKQuery.GetPrintItem(CKDH);
         this.grvQTCKMX.DataSource = ds;
         this.grvQTCKMX.DataBind();
     }
     catch
     {
         this.PrintfError("数据访问错误");
         return;
     }
 }