I have a problem, how can i get value from cell of datagridview
---------------------------------- id | p/w | post | ------------------------
It is working for me
MsgBox(DataGridView1.CurrentRow.Cells(0).Value.ToString)