472,127 Members | 2,108 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,127 software developers and data experts.

find a value ona datagridview

Hi,
I have a datagridview and at the doubleclick event I will like to open a
new window with a collection of data from an ADO DB , but I don't know
how to get the value of a cell in the clicked row :|
Help please :)
Paolol
Jun 15 '06 #1
2 2958

"paolol" <paolol@no_spamsalsan.net> wrote in message
news:OO**************@TK2MSFTNGP04.phx.gbl...
Hi,
I have a datagridview and at the doubleclick event I will like to open a
new window with a collection of data from an ADO DB , but I don't know how
to get the value of a cell in the clicked row :|
Use the CellDoubleClick event instead. The DataGridViewCellEventArgs
parameter includes ColumnIndex and RowIndex properties.
Help please :)
Paolol

Jun 15 '06 #2
Thanks a lot . :)

Paolol

Ben Voigt ha scritto:
"paolol" <paolol@no_spamsalsan.net> wrote in message
news:OO**************@TK2MSFTNGP04.phx.gbl...
Hi,
I have a datagridview and at the doubleclick event I will like to open a
new window with a collection of data from an ADO DB , but I don't know how
to get the value of a cell in the clicked row :|


Use the CellDoubleClick event instead. The DataGridViewCellEventArgs
parameter includes ColumnIndex and RowIndex properties.
Help please :)
Paolol


Jun 16 '06 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by DraguVaso | last post: by
7 posts views Thread by Peter | last post: by
1 post views Thread by =?Utf-8?B?QnJpYW5ESA==?= | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.