Dim sqlGov As String = ""
sqlGov = "SELECT * FROM tblGovernment"
'MsgBox(sqlAddTel)
objCon.ConnectDB(sqlGov)
dsForEmployees = objCon.DataAdepterRun(tmpMirror)
If dsForEmployees.Tables(0).Rows.Count <> 0 Then
cboGovernment.DataSource = dsForEmployees.Tables(0)
cboGovernment.DisplayMember = "government_name"
cboGovernment.ValueMember = "government_id"
End If
End Sub
อยากจะเพิ่ม === เลือกหน่วยงาน ===
ซึ่งให้มีค่า Value เป็น 0 อ่ะครับ