How to > DataGridView > Technical Logic > Part 2
Posted: Wed Jan 06, 2010 10:22 pm
A very specific question here. Would like to make use of DoubleClick event, when someone clicks the empty cell before every row.
Made the method and assigned it to DoubleClick event. It works too.
Now am loading data from the database in the DataGridView; how can I get the value of Cell[0] of respective row on which I double clicked. I'd like to get the int value there in Cell[0] so I can show the detailed form of that entry.
With this, yes, my question is also about kindly sharing how the value transferring works between methods, forms and such helpful examples.
Thank you.
Made the method and assigned it to DoubleClick event. It works too.
Now am loading data from the database in the DataGridView; how can I get the value of Cell[0] of respective row on which I double clicked. I'd like to get the int value there in Cell[0] so I can show the detailed form of that entry.
With this, yes, my question is also about kindly sharing how the value transferring works between methods, forms and such helpful examples.
Thank you.