Get value of cell in particular column on current row

johncassell

Well-known member
Joined
Jun 10, 2007
Messages
120
Location
Redcar, England
Programming Experience
Beginner
Hi,

I am looking to get the value of the cell in a particular column in the current row of my datagridview.

The datagrid is bound to 'CustomersBindingSource'.

The column i want to get the value from is 'CustomerName' - which is column 2.

I have seen a similar post to this one but I couldn't get it to work,

I'd appreciate any help at all.

Thanks

John
 
Back
Top