DotNetGuy
There is no difference between those two. In every datatable is inbuild a
dataview named the defaultview. Beside that you can create extra (data)views
on the same datatable, wich tells how the datatable is processed (viewed),
although that does not returns than datarows, however views on those rows
(Datarowviews). However in that is told which datarow it affects.
I hope that this gives an idea.
Cor