Hi there....
If I use ADO recordset object properites like pagesize and pagecount in order to use for paging the result set --when I am developing a report (for example)
in a web-based appl. , then when a user fetches my report for the first time,
is it true that web server returns all result records to the client and by clicking at "next" link, it shows proper records?
OR
the server returns records as many as i have set it by paging properties even for the first time and when the user clicks on "next" link, then again the web server returns another set of result data?
Whicj one is correct?
Thank you ver much
Sonia


Reply With Quote


Bookmarks