I have a problem, how can i get value from cell of datagridview
---------------------------------- id | p/w | post | ------------------------
To get the value of cell, use the following syntax,
datagridviewName(columnFirst, rowSecond).value
But the intellisense and MSDN documentation is wrongly saying rowFirst, colSecond approach...
rowFirst, colSecond