Add (and Delete) items from Listview from Database

fshrago

Member
Joined
Sep 6, 2006
Messages
11
Programming Experience
5-10
I would like to add a listview (just list of items) to my program, but have no idea where to start.

I have a connection object (cnWSO) a datatabel (dtCats), as well as bindingsource, and table adaptor.

I need to display 5 of the columns from the table and then be able to add, delete and also double-click a row to open a form with all its data in. No problems doing this in VB6 but .net 2.0 and VS2005 has got me!!

Thanks for your help.
 
Back
Top