Using VB 2005 Express
I have a form that is populated from a Tableadapter. One of the columns is a value that represents a height in cm. I want to use that value to display the corresponding inch value in a textbox on the form.
So I want to read that column's value and then convert it to inches and write that into the text box - but I don't know how to identify which is the current row I'm in (when I navigate through the table with the BindingNavigator, how do I keep track of the current row ).
Can someone tell me just what I should be looking for in the MSDN help files - I'm very new to this and cant suss it out!
Thanks...

How to read a column's value
Stephan Meier
For example
Nikolay Yordanov
CSI-IT