I made a small search engine for my employer with ASP.NET / C#. It searches our database for keyword match.
When the result is more than one page, I have to break it into multiple pages. Is there a way to keep the search results in memory temporarily so that when user clicks the other page, it does not need to perform database search again.
Thank you for your help.