Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Coding and syntax
Message
From
18/08/2001 17:44:55
 
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00545877
Message ID:
00545903
Views:
17
>Hi,
>
>I am new to ASP. I am using Access as backend. I have created a record set from the Access database. I am coding the navigation buttons on the ASP page.
>
>The navigation buttons work off the Bookmarks created for the record set. (When I click on any of the navigation buttons I send the bookmark as query string.) The problem is when the page reloads the record set is refreshed and so are the bookmarks. The saved bookmark is no longer valid and I cannot get back to the record that was current. Is there a way to keep track of records, other than bookmarks?
>
>Please help. Thanks in advance.
>
>Neetu

You can also use the same technique but based on a table's primary key, if one is available.

Or, using ADO you can take advantage of the built-in paging with the Recordset's PageSize, PageCount, etc. properties. This MSDN article should be of help if you want to go this route: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnserv/html/server05222000.asp

HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform