I have a problem, how can i get value from cell of datagridview
---------------------------------- id | p/w | post | ------------------------
In you want to know the data from de selected row, you can try this snippet code:
DataGridView1.SelectedRows.Item(0).Cells(1).Value