Data Binding with listview and textbox

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
 
H

Herfried K. Wagner [MVP]

* (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:

<
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top