I am using Stored Procedure for a Search program.
Search result may be more than 10 records.
If I were to show the result of more than 10 records on page 1, 2 and 3 each.
Now if user click on 2 be like that again, do not complete the search
how can paging result without full search in any page 1,2,3?
if use session["search"]=datasource in first search and use future .now how can we access to session["search"] row 0,1,2;?