Hi Lasse,
If you bind the dataset to the listview, you can also do updates from that
binding, that is normaly not posible with a listview (with a datasource).
Therefore I did give you the link (which makes it posible, but not in the
easy way)but as far as I know only the first item is editable and do not ask
how.
If you only want to load the listview to proces the items in it as let say
selection items like in windows explorer, than I think the way you are doing
it is fine
(And in the other situation I would first look for the datagrid, which is
more made for that)
Cor