View Single Post
Old 27-Feb-2007, 08:56 PM   #1 (permalink)
Sangeetha
Fixed Error!
 
Sangeetha's Avatar

Posts: 139
Location: Chennai
Join Date: Feb 2007
Rep Power: 2 Sangeetha is on a distinguished road

IM:
Default Get Cell Value from a DataGridView VS2005 (C#)

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.
Sangeetha is offline   Reply With Quote