Dataview not in order after Sort

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Pewak (pete.2.walker_at_bt.com)
Date: 03/09/04


Date: 9 Mar 2004 03:20:24 -0800

Hi,

I am adding a row to the datatable, and then I want to sort it, so I
put this into a dataview, and use the following code to sort it, but
it stays in the same order after I've done it.

datatable.rows.add(newrow)

dim dv as dataview

dv = datatable.DefaultView
dv.Sort = ("process_desc")

where process_desc is the name of the column to order, but it stays in
the same order. Any ideas why this is???


Quantcast