Click to See Complete Forum and Search --> : DataSource Property in ListView control


ForgottenCode
February 6th, 2003, 09:03 PM
Good evening. At work today, my boss charged me with finding out how to create a user control that has the functionality of ListView, but allows the use of the property DataSource, to bind the data to a DataSet. I've found ways to use DataSource on a Simple Data Bound Control, and other ways to edit ListView to give scrolling, or change the colours or whatever, but I haven't found exactly what I'm looking for.

Does anyone know of a control that does what I've described, or how I would implement this myself?

Thanks.

pareshgh
February 7th, 2003, 11:03 AM
your best bet is using
DataGrid class it has all you want ...

"Datasets, grids, columms, rows, datasource you name it !!"

thanx
Paresh

Lueni
November 27th, 2003, 04:30 AM
I'm facing the same problem and I found the following:
http://www.codeproject.com/useritems/Data_bound_ListView.asp
I havn't tested it but I will do it now.

Good luck