Re: dataGridView values
You could use the doubleclick event and try something like:
MyDataGridView.CurrentRow.Cells("MyCellName").Value
On Sat, 14 Jul 2007 02:45:56 +0100, jay wrote:
> All I want to know is the value of a particular field in a dataGridView
> when
> I double-click on a row.
>
>
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Date:Sat, 14 Jul 2007 18:50:51 +0100
Author:
|