Paging search result
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I'm creating a functionality of searching in my web project. The search result will be returned with many records and i want to do paging to the search result. So where could i store the search result to do paging Actually i'm storing the search query in session object and each time a user click the next page, i will execute the search stored in the session object with new page index. Is it feasble? Thanks