Groups | Blog | Home
all groups > vb.net controls > july 2007 >

vb.net controls : dataGridView values


jay
7/13/2007 7:45:56 PM
All I want to know is the value of a particular field in a dataGridView when
I double-click on a row.

DesCF
7/14/2007 6:50:51 PM

You could use the doubleclick event and try something like:


MyDataGridView.CurrentRow.Cells("MyCellName").Value





[quoted text, click to view]



--
AddThis Social Bookmark Button