ketankshah
IS-IT--Management
I am developing an ecommerce solution using ASP and SQL Server. I have around half a million items in my items table. The search results is displaying only 25 records on a single page with the facility to go to previous or next page. Since the data is huge, what method should I use to retrieve the data fast since I am showing only few records at a time. I have given search criteria to filter number of records but still on some criteria the results can be huge.
What is the best method to achieve this with optimum performance?
Ketan
What is the best method to achieve this with optimum performance?
Ketan