Disable sorting on ListView, ObjectDataSource or database ?

  • Thread starter Thread starter Mario
  • Start date Start date
M

Mario

I need to disable the sorting when I inserting the new row on a ListView. It
is sorted ascending according to a ID column of a database. ListView is
bound on a ObjectDataSource. Do I need to disable the sorting on a ListView,
ObjectDataSource or database and how?
 
Back
Top