B
bredal Jensen
Hello gurus,
I need to sort the elements in my datagrid .
i want them to appear the newest first (by entry date).
How can i achive this.
i added this :"ORDER BY entry_date DESC" after my "select * from xTable
where id=@id" .
Shouldn't that work?
Many thanks in advance
I need to sort the elements in my datagrid .
i want them to appear the newest first (by entry date).
How can i achive this.
i added this :"ORDER BY entry_date DESC" after my "select * from xTable
where id=@id" .
Shouldn't that work?
Many thanks in advance