Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to get the data from databases into list view?

Status
Not open for further replies.
May 22, 2006
16
MY
hi,

anyone know to get the data from databases put into list view by using vb.net?

Any idea for this?

Regards,
charles
 
Are you looking for pure visual basic code or are you open to third party software, like say a data layer product?
 
I added a dataset/bindingsource to my form and then added the list view. Under the databindings in the properties of the list view, I pointed it to the field in the bindingsource and it worked fine. Give it a try.

Cathy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top