hi, my question is: is possible to create DataSource for listview just like it is possible for dataGrid control?
in example with ado data control i have:
and this puts lots of data in datagrid instantlyCode:Set gridData.DataSource = adoData.Recordset
however if i want to put it in listview i read and write record by record and when i have 8000 rows it takes very long time![]()




Reply With Quote
