Hello...
I wanted to ask if someone can tell me a way to re-sort recordset without accessing the database again.
For example, On a website using ASP, a user requests specific data to be sorted by date in assending order...and page is displayed.
Now I want to place a link to sort the same recordset to show the user the same results in descending order... will it be possible to re-sort the recordset without accessing the database again ?
If possible then please pass me the query to do it in ASP page.
I wanted to ask if someone can tell me a way to re-sort recordset without accessing the database again.
For example, On a website using ASP, a user requests specific data to be sorted by date in assending order...and page is displayed.
Now I want to place a link to sort the same recordset to show the user the same results in descending order... will it be possible to re-sort the recordset without accessing the database again ?
If possible then please pass me the query to do it in ASP page.
Last edited: