How to sort the records in a DB according to the date without query?(I need the exact logic with ASP code)
Simple answer. Not possible. Not with ASP unless you write your own function to do it and then call it.
What's wrong with using a query. Post your code.
Was this answer helpful ?
Yes No