Re: Putting things at the bottom of a list.
The easiest method would be to have the items sorted before binding
the DataTable. Where are these items coming from? If it's a database,
then you could store an "order" number against each itme and then
include an "order by" clause. If they are not coming from a database,
then when you add them to the DataTable, you just have to make sure
that you add them in the correct order.
Mark,
http://aspnetlibrary.com
Date:Mon, 20 Aug 2007 14:31:53 -0000
Author:
|