if (e.KeyCode == Keys.Enter) { connectDB(); SQL = "Select * From Motercycle Where m_ID = @m_ID"; comm = new SqlCommand(SQL, conn); comm.Parameters.AddWithValue("m_ID", txtMotorId.Text); da = new SqlDataAdapter(comm); ds = new DataSet(); da.Fill(ds, "motor"); int count = ds.Tables["motor"].Rows.Count; if (count == 0) { return; } DataRow row = ds.Tables["motor"].Rows[0]; DataTable dt = ds.Tables["motor"]; if (dt.Rows.Count > 0) { tztBrand.Text = row["BThaName_Id"].ToString(); txtcusLocateName.Text = row["ThaName_Id"].ToString(); textColor.Text = row["m_Color"].ToString(); } else { txtMotorId.Text = "ไม่มีข้อมูล"; } }
else { MessageBox.Show("ไม่พบข้อมูล"); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง