thad,
Would it not be more conistent to tell the sort order in the defaultview
from the table that is in the ds.
ds.Table[0].DefaultView = "TheColumn";
Cor
> If I am reading from a .csv file like so:
>
[quoted text clipped - 16 lines]
>
> Tom
tshad - 12 Feb 2008 03:52 GMT
> thad,
>
> Would it not be more conistent to tell the sort order in the defaultview
> from the table that is in the ds.
>
> ds.Table[0].DefaultView = "TheColumn";
What does that do?
Thanks,
Tom
> Cor
>
[quoted text clipped - 18 lines]
>>
>> Tom
MarcG - 28 Mar 2008 15:09 GMT
See the thread "datatable select order" under the dotnet.framework newsgroup
for the solution to this problem. Especially Wen's post.
Marc