Select Data from DataGrid vb.net

  • Thread starter Thread starter Sharon
  • Start date Start date
S

Sharon

hello Everyone,

Is it possible to select data from the datagrid, i have a populated
datagrid with three columns FirstName, LastName, Email. When the user
selects one row i want the values of the selected row to be copied into
a text box ie firstname copied to textbox1, lastname copied into
textbox2, email copied into textbox3.

I am not sure how to achieve this, could someone through some light on
how to go about this.

Thanks in advance, Shilpa.
 
Back
Top