コード例 #1
0
 protected void btnPre_Click(object sender, EventArgs e)
 {
     Js.BLL.BaseDal dal = new Js.BLL.BaseDal(FormID, cnKey);
     DataTable dt = dal.GetEnterpriseRecord("P", this.txtEnterpriseID.Text, this.txtLogisticsID.Text);
     if (dt != null)
         BindData(dt);
 }
コード例 #2
0
 protected void btnLast_Click(object sender, EventArgs e)
 {
     Js.BLL.BaseDal dal = new Js.BLL.BaseDal(FormID, cnKey);
     DataTable dt = dal.GetEnterpriseRecord("L", this.txtEnterpriseID.Text, this.txtProductID.Text);
     BindData(dt);
 }