รายละเอียดของการตอบ ::
ขอบคุณครับ แต่สงสัย นิดๆ อ่ะครับ
If dr.HasRows Then
dr.Read()
txtCode.Text = dr.Item("code").ToString
txtFname.Text = dr.Item("Fname").ToString
txtLname.Text = dr.Item("Lname").ToString
Else
MessageBox.Show("ไม่พบในระบบ", "ค้นหา")
End If
Has Rows มันคืออะไรหรอครับ ผมไม่ทราบจริงๆ แต่ยังไงก็ ขอบคุณมากครับ