Data Binding with listview and textbox

  • Thread starter Thread starter alan
  • Start date Start date
A

alan

What I would like to do is like that, a ListView data binding with a
dataset which list all records of a table( for example the table list
all the information of a student student_id, name, tel....etc).
Besides, there are some textbox will display the student information
when I click on one of the record on the ListView so that I can update
the records in the textbox. I can do the data binding for the ListView
and the dataset, butI don't know how to do data binding with the
textboxs. would anybody help me? Thank You so much!!


Alan
 
* (e-mail address removed) (alan) scripsit:
What I would like to do is like that, a ListView data binding with a
dataset which list all records of a table( for example the table list
all the information of a student student_id, name, tel....etc).
Besides, there are some textbox will display the student information
when I click on one of the record on the ListView so that I can update
the records in the textbox. I can do the data binding for the ListView
and the dataset, butI don't know how to do data binding with the
textboxs. would anybody help me?

Group for Windows Forms + databinding:

<
 
Back
Top