Dataview not in order after Sort
From: Pewak (pete.2.walker_at_bt.com)
Date: 03/09/04
- Next message: ruca: "LinkButton Target"
- Previous message: SQL Cafe: "Re: absolute newbie question - connecting to SQL server in ADO.net"
- Next in thread: Miha Markic [MVP C#]: "Re: Dataview not in order after Sort"
- Reply: Miha Markic [MVP C#]: "Re: Dataview not in order after Sort"
- Reply: noeldp: "re:Dataview not in order after Sort"
- Messages sorted by: [ date ] [ thread ]
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???
- Next message: ruca: "LinkButton Target"
- Previous message: SQL Cafe: "Re: absolute newbie question - connecting to SQL server in ADO.net"
- Next in thread: Miha Markic [MVP C#]: "Re: Dataview not in order after Sort"
- Reply: Miha Markic [MVP C#]: "Re: Dataview not in order after Sort"
- Reply: noeldp: "re:Dataview not in order after Sort"
- Messages sorted by: [ date ] [ thread ]