string check = " Select VMilk_2 from VolumMilk where .......... "; // select คอลัมที่ 2 SqlCommand cmd = new SqlCommand(check, con); SqlDataAdapter adapter = new SqlDataAdapter(cmd); DataSet ds = new DataSet(); if (ds.Tables[0].Rows.Count > 0) { .......................... } else { string check1 = " Select VMilk_1 from VolumMilk where ........... "; // select คอลัมที่ 1 SqlCommand cmd1 = new SqlCommand(check1, con); SqlDataAdapter adapter1 = new SqlDataAdapter(cmd1); DataSet ds1 = new DataSet(); adapter1.Fill(ds1, "prod2"); MessageBox.Show(ds1.Tables[0].Rows.Count.ToString() + check1); if (ds1.Tables[0].Rows.Count > 0) { ................... } else { .................... } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง