retrieving or passing data from a datagrid

catbollu

Member
Joined
Dec 15, 2004
Messages
5
Programming Experience
1-3
This may seem like a stupid question but I am pretty new to vb.net.
I am developing a window application using access db.
I bring up data into a datagrid and Ii want to be able to choose a record and use the information on another screen. Can this be done? Is there something else besides a datagrid I should use? Any input would be helpful
 
dim s as string = datagrid.item(datagrid.CurrentRowIndex,0)
(0 = the column number)

TPM
 
Back
Top