Thread: Question getting data from a listView
View Single Post
  #1 (permalink)  
Old 07-04-2009, 11:35 AM
Roofuss Roofuss is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Apr 2009
Posts: 8
Reputation: 0
Roofuss is on a distinguished programming path ahead
Default getting data from a listView

Hi i currently have a listview on my form that is set to "details" view and is popoulated by a table in my sql database.

what i want to be able to do is when i double click on a selected row i want all the details in that row to appear in another form so that i can edit them.

how do i populate the edit form with the data from the selected row i am double clicking on?

can anyone help me?

Thanks Roofuss
Reply With Quote