Hi Guys,
I have a page that loads up a recordset from my database and displays them in order of the Date field.
But being on other sites I see sorting options on the page that allows the list to be sorted by Name or Price etc and it appears to be running from the same page.
Can anyone advise me on how to add this to my list so my users can choose how to sort.
What I have is a basic recordset created by DW and the sort is set to date. Then a repeat region to loop through and get all the records.
I did think I could just make up a few other pages all set to sort the recordset differently and it would look like the same page, but is there a better way?
Any help is appreciated.
Thanks again
I have a page that loads up a recordset from my database and displays them in order of the Date field.
But being on other sites I see sorting options on the page that allows the list to be sorted by Name or Price etc and it appears to be running from the same page.
Can anyone advise me on how to add this to my list so my users can choose how to sort.
What I have is a basic recordset created by DW and the sort is set to date. Then a repeat region to loop through and get all the records.
I did think I could just make up a few other pages all set to sort the recordset differently and it would look like the same page, but is there a better way?
Any help is appreciated.
Thanks again