Datgrid select row into new form

rmokkenstorm

Freshman
Joined
Feb 20, 2006
Messages
31
Can someone please help me.

I have a Datagrid with 5 colloms.
now I want the user to dubbel click on a datarow in the datagrig so he will see another form with the detaild information.. that's about 12 colloms.. of textboxes..

First: should I put in my SelectQuery from the first form all the 12 colloms or can i also do that in the second form.. What's better, quicker?

Second: How can I collect the datarow put it in some kind of varible and read it out in the second form?

I use visual C#.NET
 
Back
Top