VB.NET for Sorting of Dataset.Compute
610219Jan 9 2008 — edited Jan 9 2008Hi,
I have a dataset with the following data
ds.Tables(0).Rows(0).Columns("P") = 3
ds.Tables(0).Rows(0).Columns("P1") = 5
and so on...
How do I sort my dataset based on columns("P") with the values from the highest to lowest using dataset.compute(..) ??
Appreciate any advise!!