G
Guest
VS2003 C#
Hi,
My dataset is ordered. When I add another row to it by creating a new row
then using AddNew(), & then persisting it to the underlying table,
thencaccepting changes to the dataset, the new row is appended to the
datasets datatable, but not ordered.
How can I add it to the table but have it placed in the order it should be
in (particular row Ascending, for example.)?
Currently I need to end & reload the application for the dataset to be
rebuilt in the correct order.
Any ideas would be most appreciated.
ant
Hi,
My dataset is ordered. When I add another row to it by creating a new row
then using AddNew(), & then persisting it to the underlying table,
thencaccepting changes to the dataset, the new row is appended to the
datasets datatable, but not ordered.
How can I add it to the table but have it placed in the order it should be
in (particular row Ascending, for example.)?
Currently I need to end & reload the application for the dataset to be
rebuilt in the correct order.
Any ideas would be most appreciated.
ant