Private Sub dgvAllUser_CellMouseUp(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellMouseEventArgs) Handles dgvAllUser.CellMouseUp
If e.RowIndex = dgvAllUser.RowCount - 1 Then
Exit Sub
End If
'อ่านข้อมูลที่ถูกเลือกให้แสดงในคอนโทลแต่ละตัว
With dgvAllUser
txtLogID.Text = .Rows.Item(e.RowIndex).Cells(0).Value.ToString
cboPerID.Text = .Rows.Item(e.RowIndex).Cells(1).Value.ToString
txtLogPass.Text = .Rows.Item(e.RowIndex).Cells(2).Value.ToString
End With
btnEditUser.Enabled = True
btnCancleUser.Enabled = True
End Sub
Date :
2010-08-15 15:10:12
By :
AoFzaIT
No. 2
Guest
อยากได้Code ที่ทำในส่วน GridView น่ะครับ
ใส่รหัสใน Text1 กด Enter แล้วดึงข้อมูลจาก db มาแสดง ในTextBox2 ที่อยู่rowเดียวกันในGridView