strSQL.Append(" SELECT a.CustomerID,a.Name,a.Email,a.Budget, "); strSQL.Append(" b.CountryName,c.Date,c.Used "); strSQL.Append(" FROM customer a "); strSQL.Append(" LEFT JOIN country b ON a.CountryCode = b.CountryCode "); strSQL.Append(" LEFT JOIN audit c ON a.CustomerID = c.CustomerID "); strSQL.Append(" WHERE a.CustomerID = '" + this.txtCustomerID.Text + "' "); objConn.ConnectionString = strConnString; var _with1 = objCmd; _with1.Connection = objConn; _with1.CommandText = strSQL.ToString(); _with1.CommandType = CommandType.Text; dtAdapter.SelectCommand = objCmd; dtAdapter.Fill(ds, "myDataReport"); dt = ds.Tables[0];
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง