Pass data from a DataGridView to text boxes

mspace

New member
Joined
Jun 24, 2009
Messages
1
Programming Experience
Beginner
hello!

I use Visual Studio 8 and Sql server for my database.

I have a form with a DataGridView where my records are display on from the database and some text boxes.
I want to pass the data from a specific record from the DataGridView to the text boxes whithin the RowHeaderMouseDoubleClick function.

How can i do that?

thank u in advadance!
 
Back
Top