|
-
February 6th, 2003, 10:03 PM
#1
DataSource Property in ListView control
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.
-
February 7th, 2003, 12:03 PM
#2
your best bet is using
DataGrid class it has all you want ...
"Datasets, grids, columms, rows, datasource you name it !!"
thanx
Paresh
-
November 27th, 2003, 05:30 AM
#3
I'm facing the same problem and I found the following:
http://www.codeproject.com/useritems...d_ListView.asp
I havn't tested it but I will do it now.
Good luck
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|