chexp1cls chexp = new chexp1cls();
        DataTable dt = new DataTable();
        dt = chexp.Getchexp1DB("0");
        string htmlspece_code="";
        if (dt.Rows.Count > 0)
        {
            if (dt.Rows[0]["cust_no"] != null)
            {
                this.cust_no.InnerHtml = dt.Rows[0]["cust_no"].ToString();//this.cust_no是html中的某个ID号
            }

       }

相关文章:

  • 2022-02-07
  • 2021-11-27
  • 2022-12-23
  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
  • 2021-09-06
  • 2021-09-25
猜你喜欢
  • 2022-03-08
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案