This is a truly stupid question. I have done this a million times with 1.1 and asp.net but cannot figure out how to do this using .net 2.0 and a WINDOWS application.

I am using the CellContentClick event on my GridView and am extracting the current row "e.RowIndex" but how the hell do I get the contents of the first column called "PrimaryKey" ?

remember this is a windows form.