01.
02.
With
dgvmem_detail
03.
txtmember_id.Text = .Rows(e.RowIndex).Cells(0).Value
04.
dtpbirth.Text = .Rows(e.RowIndex).Cells(1).Value
05.
txtnation.Text = .Rows(e.RowIndex).Cells(2).Value
06.
cboprefix.Text = .Rows(e.RowIndex).Cells(3).Value
07.
txtname.Text = .Rows(e.RowIndex).Cells(4).Value
08.
txtnumber.Text = .Rows(e.RowIndex).Cells(5).Value
09.
txtaddr.Text = .Rows(e.RowIndex).Cells(6).Value
10.
cbostatus.Text = .Rows(e.RowIndex).Cells(7).Value
11.
cbocareer.Text = .Rows(e.RowIndex).Cells(8).Value
12.
txtPhone.Text = .Rows(e.RowIndex).Cells(9).Value
13.
cbotype_card.Text = .Rows(e.RowIndex).Cells(10).Value
14.
txtidcard.Text = .Rows(e.RowIndex).Cells(11).Value
15.
dtpstcard.Text = .Rows(e.RowIndex).Cells(12).Value
16.
dtpfincard.Text = .Rows(e.RowIndex).Cells(13).Value
17.
18.
End
With