I have a DataGridView which displays 6 columns on a windows form. When a user double clicks on a particular row I need to get the a value from the first cell (which could be hidden) and put this into a variable so it can feed another query.
I know how to do with in VS2003 (
VB) but now I have moved onto VS2005(C#) I am a little lost.